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

Visual Basic
Dim instance As ItemsChoiceType

Syntax

Visual Basic
<SerializableAttribute> _
<XmlTypeAttribute(IncludeInSchema:=False)> _
Public Enumeration ItemsChoiceType
C#
[SerializableAttribute] 
[XmlTypeAttribute(IncludeInSchema=false)] 
public enum ItemsChoiceType
C++
[SerializableAttribute] 
[XmlTypeAttribute(IncludeInSchema=false)] 
public enum class ItemsChoiceType
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(IncludeInSchema=false) */ 
public enum ItemsChoiceType
JScript
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