CollectionDataContractAttribute.ItemName Property

Definition

Gets or sets a custom name for a collection element.

public:
 property System::String ^ ItemName { System::String ^ get(); void set(System::String ^ value); };
public string ItemName { get; set; }
public string? ItemName { get; set; }
member this.ItemName : string with get, set
Public Property ItemName As String

Property Value

The name to apply to collection elements.

Applies to