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

Usage

Visual Basic
Dim instance As TextLengthType
Dim value As Boolean

value = instance.MaxLengthSpecified

instance.MaxLengthSpecified = value

Syntax

Visual Basic
<XmlIgnoreAttribute> _
Public MaxLengthSpecified As Boolean
C#
[XmlIgnoreAttribute] 
public bool MaxLengthSpecified
C++
[XmlIgnoreAttribute] 
public:
bool MaxLengthSpecified
J#
/** @attribute XmlIgnoreAttribute() */ 
public boolean MaxLengthSpecified
JScript
XmlIgnoreAttribute 
public var MaxLengthSpecified : boolean

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also