ValidationRules.IntegralValidationRules Field
Indicates a System.Collections.Generic.List object that represents IntegralValidationRuleType objects.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ValidationRules
Dim value As List(Of IntegralValidationRuleType)
value = instance.IntegralValidationRules
instance.IntegralValidationRules = value
Syntax
'Declaration
<XmlArrayItemAttribute("IntegralValidationRule", IsNullable:=False)> _
Public IntegralValidationRules As List(Of IntegralValidationRuleType)
[XmlArrayItemAttribute("IntegralValidationRule", IsNullable=false)]
public List<IntegralValidationRuleType> IntegralValidationRules
[XmlArrayItemAttribute(L"IntegralValidationRule", IsNullable=false)]
public:
List<IntegralValidationRuleType^>^ IntegralValidationRules
/** @attribute XmlArrayItemAttribute("IntegralValidationRule", IsNullable=false) */
public List<IntegralValidationRuleType> IntegralValidationRules
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
Reference
ValidationRules Class
ValidationRules Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
IntegralValidationRuleType Class