次の方法で共有


SoapMethodAttribute.ResponseXmlNamespace プロパティ

ターゲット メソッドへのメソッドの応答に使用する XML 要素の名前空間を取得または設定します。

Public Property ResponseXmlNamespace As String
[C#]
public string ResponseXmlNamespace {get; set;}
[C++]
public: __property String* get_ResponseXmlNamespace();public: __property void set_ResponseXmlNamespace(String*);
[JScript]
public function get ResponseXmlNamespace() : String;public function set ResponseXmlNamespace(String);

プロパティ値

ターゲット メソッドへのメソッドの応答に使用する XML 要素の名前空間。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SoapMethodAttribute クラス | SoapMethodAttribute メンバ | System.Runtime.Remoting.Metadata 名前空間