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

プロパティ値

メンバーに適用される SOAP 属性を表すオブジェクトを含む SoapAttributes

注釈

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

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

適用対象