XmlReflectionMember.SoapAttributes 属性

定义

使用应用于成员代码实体的 SOAP 相关特性的集合获取或设置 SoapAttributesGets or sets a SoapAttributes with the collection of SOAP-related attributes that have been applied to the member code entity.

此 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

包含对象的 SoapAttributes,这些对象表示应用于成员的 SOAP 特性。A SoapAttributes that contains the objects that represent SOAP attributes applied to the member.

注解

Web 服务方法成员的代码实体可以是输入参数、输出参数、返回类型、输入 SOAP 标头特性或输出 SOAP 标头特性。The Web service method member's code entity may be an input parameter, an output parameter, a return type, an input SOAP header attribute, or an output SOAP header attribute.

不需要 XmlReflectionMember 直接使用类及其属性。You do not need to use the XmlReflectionMember class and its properties directly.

适用于