RequestServerVersion.AnyAttr Property

Definition

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.

Applies to