呼び出されたメソッドを格納しているオブジェクトが位置する XML 名前空間の名前を取得または設定します。
Public Overridable Property XmlNameSpace As String Implements _ ISoapMessage.XmlNameSpace
[C#]
public virtual string XmlNameSpace {get; set;}
[C++]
public: __property virtual String* get_XmlNameSpace();public: __property virtual void set_XmlNameSpace(String*);
[JScript]
public function get XmlNameSpace() : String;public function set XmlNameSpace(String);
プロパティ値
呼び出されたメソッドを格納しているオブジェクトが位置する XML 名前空間の名前。
実装
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
SoapMessage クラス | SoapMessage メンバ | System.Runtime.Serialization.Formatters 名前空間