XmlReflectionMember.SoapAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用应用于成员代码实体的 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 特性。
注解
Web 服务方法成员的代码实体可以是输入参数、输出参数、返回类型、输入 SOAP 标头属性或输出 SOAP 标头属性。
无需直接使用 XmlReflectionMember 类及其属性。