Indicates the maximum text length. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As TextLengthType
Dim value As Integer

value = instance.MaxLength

instance.MaxLength = value

Syntax

Visual Basic
<XmlAttributeAttribute> _
Public MaxLength As Integer
C#
[XmlAttributeAttribute] 
public int MaxLength
C++
[XmlAttributeAttribute] 
public:
int MaxLength
J#
/** @attribute XmlAttributeAttribute() */ 
public int MaxLength
JScript
XmlAttributeAttribute 
public var MaxLength : int

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also