ServerInfoHeader.AnyAttr Property

Definition

Gets or sets an array 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; }
member this.AnyAttr : System.Xml.XmlAttribute[] with get, set
Public Property AnyAttr As XmlAttribute()

Property Value

An array of XmlAttribute objects.

Remarks

This property enables the use of attributes in the SOAP namespace.

Applies to