DataContractAttribute.IsNamespaceSetExplicitly Property

Definition

Gets whether Namespace has been explicitly set.

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

Property Value

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

Applies to