XmlnsDefinitionAttribute.XmlNamespace 属性

定义

获取一个 String 表示修饰类的 XML 命名空间的名称。

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

属性值

一个 String 表示修饰类的 XML 命名空间的名称。

适用于