SoapAttribute.XmlNamespace 属性

定义

获取或设置 XML 命名空间的名称。

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

属性值

在其下序列化当前特性的目标的 XML 命名空间的名称。

注解

如果当前属性返回 null,则命名空间不限定。

适用于