XmlReflectionMember.XmlAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an XmlAttributes with the collection of XmlSerializer-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::XmlAttributes ^ XmlAttributes { System::Xml::Serialization::XmlAttributes ^ get(); void set(System::Xml::Serialization::XmlAttributes ^ value); };
public System.Xml.Serialization.XmlAttributes XmlAttributes { get; set; }
member this.XmlAttributes : System.Xml.Serialization.XmlAttributes with get, set
Public Property XmlAttributes As XmlAttributes
Property Value
An XmlAttributes that represents XML attributes that have been applied to the member code.
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.