XmlQualifiedName.Name 屬性

定義

取得 XmlQualifiedName 限定名稱的字串表示。

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

屬性值

String

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

適用於