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

命名空间的字符串表示形式,或者如果没有为对象定义命名空间,则为 String.Empty。

适用于