RequestServerVersion.Version Property
The Version property gets or sets the schema version to target for a request.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Version As ExchangeVersionType
Get
Set
'Usage
Dim instance As RequestServerVersion
Dim value As ExchangeVersionType
value = instance.Version
instance.Version = value
public ExchangeVersionType Version { get; set; }
Property Value
Type: ExchangeWebServices.ExchangeVersionType
The value of the Version property is one of the ExchangeVersionType enumeration values that indicate the version of the Exchange schema files to target.
See Also