CollectionDataContractAttribute.IsValueNameSetExplicitly Property

Definition

Gets whether ValueName has been explicitly set.

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

Property Value

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

Applies to