DdmProperty.MaxWidth Property
Gets the maximum width.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public uint MaxWidth { get; private set; }
public:
property unsigned int MaxWidth {
unsigned int get();
private: void set(unsigned int value);
}
Public Property MaxWidth As UInteger
Get
Private Set
End Property
Property Value
Type: System.UInt32
See Also
DdmProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top