UserConfigurationType.XmlData Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property XmlData As Byte()
Get
Set
'Usage
Dim instance As UserConfigurationType
Dim value As Byte()
value = instance.XmlData
instance.XmlData = value
public byte[] XmlData { get; set; }
Property Value
Type: []
Returns Byte.