CollectionDataContractAttribute.IsItemNameSetExplicitly Property

Definition

Gets whether ItemName has been explicitly set.

public:
 property bool IsItemNameSetExplicitly { bool get(); };
public bool IsItemNameSetExplicitly { get; }
member this.IsItemNameSetExplicitly : bool
Public ReadOnly Property IsItemNameSetExplicitly As Boolean

Property Value

true if the item name has been explicitly set; otherwise, false.

Applies to