Share via


ExchangeServiceBinding.ServerVersionInfoValue Property

The ServerVersionInfoValue property gets the server version from a Web service response.

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

Syntax

'Declaration
Public Property ServerVersionInfoValue As ServerVersionInfo
    Get
    Set
'Usage
Dim instance As ExchangeServiceBinding
Dim value As ServerVersionInfo

value = instance.ServerVersionInfoValue

instance.ServerVersionInfoValue = value
public ServerVersionInfo ServerVersionInfoValue { get; set; }

Property Value

Type: ExchangeWebServices.ServerVersionInfo

The ServerVersionInfoValue property returns a ServerVersionInfo object that contains the following information:

  • Major build number

  • Major version number

  • Minor build number

  • Minor version number

Remarks

The ServerVersionInfoValue property serves no function as a setter property. This property is serialized into the SOAP header when it is received from the Exchange server.