ターゲット メソッドへのメソッドの応答に使用する XML 要素名を取得または設定します。
Public Property ResponseXmlElementName As String
[C#]
public string ResponseXmlElementName {get; set;}
[C++]
public: __property String* get_ResponseXmlElementName();public: __property void set_ResponseXmlElementName(String*);
[JScript]
public function get ResponseXmlElementName() : String;public function set ResponseXmlElementName(String);
プロパティ値
ターゲット メソッドへのメソッドの応答に使用する XML 要素名。
解説
このプロパティの既定値は、メソッドの名前に文字列 "Response" が追加された名前です。
必要条件
プラットフォーム: 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 名前空間