Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates a System.Collections.Generic.List object that represents TextValidationRuleType objects.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ValidationRules
Dim value As List(Of TextValidationRuleType)
value = instance.TextValidationRules
instance.TextValidationRules = value
Syntax
'Declaration
<XmlArrayItemAttribute("TextValidationRule", IsNullable:=False)> _
Public TextValidationRules As List(Of TextValidationRuleType)
[XmlArrayItemAttribute("TextValidationRule", IsNullable=false)]
public List<TextValidationRuleType> TextValidationRules
[XmlArrayItemAttribute(L"TextValidationRule", IsNullable=false)]
public:
List<TextValidationRuleType^>^ TextValidationRules
/** @attribute XmlArrayItemAttribute("TextValidationRule", IsNullable=false) */
public List<TextValidationRuleType> TextValidationRules
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
Reference
ValidationRules Class
ValidationRules Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
TextValidationRuleType Class