XmlQualifiedName.Namespace 屬性

定義

取得 XmlQualifiedName 命名空間的字串表示。

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

屬性值

命名空間的字串表示,如果物件並未定義命名空間,則為 String.Empty。

適用於