Indicates an array of ItemsChoiceType objects indicating the names of item elements. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As FieldValidationRules
Dim value As ItemsChoiceType()

value = instance.ItemsElementName

instance.ItemsElementName = value

Syntax

Visual Basic
<XmlIgnoreAttribute> _
<XmlElementAttribute("ItemsElementName")> _
Public ItemsElementName As ItemsChoiceType()
C#
[XmlIgnoreAttribute] 
[XmlElementAttribute("ItemsElementName")] 
public ItemsChoiceType[] ItemsElementName
C++
[XmlIgnoreAttribute] 
[XmlElementAttribute(L"ItemsElementName")] 
public:
array<ItemsChoiceType>^ ItemsElementName
J#
/** @attribute XmlIgnoreAttribute() */ 
/** @attribute XmlElementAttribute("ItemsElementName") */ 
public ItemsChoiceType[] ItemsElementName
JScript
XmlIgnoreAttribute 
XmlElementAttribute("ItemsElementName") 
public var ItemsElementName : ItemsChoiceType[]

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also