Partilhar via


FieldValidationRules.ItemsElementName Field

Indicates an array of ItemsChoiceType objects indicating the names of item elements.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As FieldValidationRules
Dim value As ItemsChoiceType()

value = instance.ItemsElementName

instance.ItemsElementName = value

Syntax

'Declaration
<XmlIgnoreAttribute> _
<XmlElementAttribute("ItemsElementName")> _
Public ItemsElementName As ItemsChoiceType()
[XmlIgnoreAttribute] 
[XmlElementAttribute("ItemsElementName")] 
public ItemsChoiceType[] ItemsElementName
[XmlIgnoreAttribute] 
[XmlElementAttribute(L"ItemsElementName")] 
public:
array<ItemsChoiceType>^ ItemsElementName
/** @attribute XmlIgnoreAttribute() */ 
/** @attribute XmlElementAttribute("ItemsElementName") */ 
public ItemsChoiceType[] ItemsElementName
XmlIgnoreAttribute 
XmlElementAttribute("ItemsElementName") 
public var ItemsElementName : ItemsChoiceType[]

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

FieldValidationRules Class
FieldValidationRules Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ItemsChoiceType