XmlReflectionMember.SoapAttributes Property

Definition

Gets or sets a SoapAttributes with the collection of SOAP-related attributes that have been applied to the member code entity.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

A SoapAttributes that contains the objects that represent SOAP attributes applied to the member.

Remarks

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.

You do not need to use the XmlReflectionMember class and its properties directly.

Applies to