RequestServerVersion.AnyAttr Property

The AnyAttr property gets or sets a collection of SOAP attributes.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property AnyAttr As XmlAttribute()
    Get
    Set
'Usage
Dim instance As RequestServerVersion
Dim value As XmlAttribute()

value = instance.AnyAttr

instance.AnyAttr = value
public XmlAttribute[] AnyAttr { get; set; }

Property Value

Type: []
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.