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

Usage

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

value = instance.IntegralValidationRules

instance.IntegralValidationRules = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also