TaskFormTaskComponents.ItemsElementName Property

Definition

Gets or sets the name of each element in the collection of items in the component.

public:
 property cli::array <Microsoft::SqlServer::Management::ItemsChoiceType> ^ ItemsElementName { cli::array <Microsoft::SqlServer::Management::ItemsChoiceType> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ItemsChoiceType> ^ value); };
[System.Xml.Serialization.XmlElement("ItemsElementName")]
[System.Xml.Serialization.XmlIgnore]
public Microsoft.SqlServer.Management.ItemsChoiceType[] ItemsElementName { get; set; }
[<System.Xml.Serialization.XmlElement("ItemsElementName")>]
[<System.Xml.Serialization.XmlIgnore>]
member this.ItemsElementName : Microsoft.SqlServer.Management.ItemsChoiceType[] with get, set
Public Property ItemsElementName As ItemsChoiceType()

Property Value

Returns a value representing the name of each element in the array of items in the component.

Attributes

Applies to