DataContractAttribute.IsNameSetExplicitly Property

Definition

Gets whether Name has been explicitly set.

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

Property Value

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

Applies to