RequestServerVersion.AnyAttr 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.
The AnyAttr property gets or sets a collection of SOAP attributes.
public:
property cli::array <System::Xml::XmlAttribute ^> ^ AnyAttr { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
public System.Xml.XmlAttribute[] AnyAttr { get; set; }
Public Property AnyAttr As XmlAttribute()
Property Value
The value of the AnyAttr property is an array of XmlAttribute objects.
Remarks
The AnyAttr property enables the use of attributes in the SOAP namespace.