Indicates a System.Collections.Generic.List object that represents
IntegralValidationRuleType objects.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
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