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
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
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also