XmlReflectionMember.SoapAttributes プロパティ

定義

メンバーのコード エンティティに適用された SOAP 関連の属性のコレクションを持つ SoapAttributes を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property System::Xml::Serialization::SoapAttributes ^ SoapAttributes { System::Xml::Serialization::SoapAttributes ^ get(); void set(System::Xml::Serialization::SoapAttributes ^ value); };
public System.Xml.Serialization.SoapAttributes SoapAttributes { get; set; }
member this.SoapAttributes : System.Xml.Serialization.SoapAttributes with get, set
Public Property SoapAttributes As SoapAttributes

プロパティ値

SoapAttributes

メンバーに適用された SOAP 属性を表すオブジェクトを格納した SoapAttributes

注釈

Web サービス メソッド メンバーのコード エンティティには、入力パラメーター、出力パラメーター、戻り値の型、入力 SOAP ヘッダー属性、または出力 SOAP ヘッダー属性を指定できます。

クラスとそのプロパティを直接使用する XmlReflectionMember 必要はありません。

適用対象