ServerVersionInfo.Version Property
The Version property gets or sets the Exchange Web Services (EWS) schema version.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Version As String
Get
Set
'Usage
Dim instance As ServerVersionInfo
Dim value As String
value = instance.Version
instance.Version = value
public string Version { get; set; }
Property Value
Type: System.String
The value of the Version property is the Exchange Server product version.
See Also