XmlReflectionMember.SoapAttributes 屬性

定義

取得或設定 SoapAttributes,其中含有已套用至成員程式碼實體之 SOAP 相關屬性的集合。

此 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 屬性的物件。

備註

Web 服務方法成員的程式碼實體可以是輸入參數、輸出參數、傳回類型、輸入 SOAP 標頭屬性或輸出 SOAP 標頭屬性。

您不需要直接使用 XmlReflectionMember 類別及其屬性。

適用於