Indicates a TextLengthType object that represents text length for the reference type. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As TextValidationRuleReferenceType
Dim value As TextLengthType

value = instance.TextLength

instance.TextLength = value

Syntax

Visual Basic
Public TextLength As TextLengthType
C#
public TextLengthType TextLength
C++
public:
TextLengthType^ TextLength
J#
public TextLengthType TextLength
JScript
public var TextLength : TextLengthType

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also