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場合、名前空間は修飾されません。

適用対象