[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Maximum width

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
uint 
MaxWidth { 
get; 
private 
set; }
Public 
Property 
MaxWidth 
As 
UInteger
	
Get
	
Private 
Set
public:
property 
unsigned int 
MaxWidth {
	
unsigned int 
get ();
	
private: 
void 
set (
unsigned int 
value);
}

See Also