ItemsChoiceType Enumeration
Defines item choice types for Configuration Manager 2007 console dialog boxes. The types reflect validation rules, represented by the ValidationRules class.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ItemsChoiceType
Syntax
'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(IncludeInSchema:=False)> _
Public Enumeration ItemsChoiceType
[SerializableAttribute]
[XmlTypeAttribute(IncludeInSchema=false)]
public enum ItemsChoiceType
[SerializableAttribute]
[XmlTypeAttribute(IncludeInSchema=false)]
public enum class ItemsChoiceType
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(IncludeInSchema=false) */
public enum ItemsChoiceType
SerializableAttribute
XmlTypeAttribute(IncludeInSchema=false)
public enum ItemsChoiceType
Members
Member name | Description |
---|---|
IntegralValidationRule | Integral validation rule. For more information, see IntegralValidationRuleType. |
PredefinedIntegralValidationRule | Predefined integral validation rule. For more information, see IntegralValidationRuleType. |
PredefinedTextValidationRule | Predefined text validation rule. For more information, see TextValidationRuleType. |
TextValidationRule | Text validation rule. For more information, see TextValidationRuleType. |
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
Microsoft.ConfigurationManagement.AdminConsole Namespace
IntegralValidationRuleType Class
TextValidationRuleType
ValidationRules