Indicates a System.Collections.Generic.List object that represents TextValidationRuleType objects. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ValidationRules
Dim value As List(Of TextValidationRuleType)

value = instance.TextValidationRules

instance.TextValidationRules = value

Syntax

Visual Basic
<XmlArrayItemAttribute("TextValidationRule", IsNullable:=False)> _
Public TextValidationRules As List(Of TextValidationRuleType)
C#
[XmlArrayItemAttribute("TextValidationRule", IsNullable=false)] 
public List<TextValidationRuleType> TextValidationRules
C++
[XmlArrayItemAttribute(L"TextValidationRule", IsNullable=false)] 
public:
List<TextValidationRuleType^>^ TextValidationRules
J#
/** @attribute XmlArrayItemAttribute("TextValidationRule", IsNullable=false) */ 
public List<TextValidationRuleType> TextValidationRules
JScript
XmlArrayItemAttribute("TextValidationRule", IsNullable=false) 
public var TextValidationRules : List<TextValidationRuleType>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also