SoapAttribute.XmlNamespace 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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
回 ,則命名空間不是限定的。