XmlQualifiedName.Namespace Property

Definition

Gets a string representation of the namespace of the XmlQualifiedName.

public:
 property System::String ^ Namespace { System::String ^ get(); };
public string Namespace { get; }
member this.Namespace : string
Public ReadOnly Property Namespace As String

Property Value

A string representation of the namespace or String.Empty if a namespace is not defined for the object.

Applies to