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回 ,則命名空間不是限定的。

適用於