NamespaceMapEntry.XmlNamespace 属性

定义

获取或设置要映射到的 XML 命名空间的映射前缀。

public:
 property System::String ^ XmlNamespace { System::String ^ get(); void set(System::String ^ value); };
public string XmlNamespace { get; set; }
member this.XmlNamespace : string with get, set
Public Property XmlNamespace As String

属性值

XML 命名空间的映射前缀。

例外

XmlNamespace 值将设置为 null

适用于

另请参阅