ExchangeServiceBinding.ServerVersionInfoValue Property

Definition

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

public:
 property ExchangeWebServices::ServerVersionInfo ^ ServerVersionInfoValue { ExchangeWebServices::ServerVersionInfo ^ get(); void set(ExchangeWebServices::ServerVersionInfo ^ value); };
public ExchangeWebServices.ServerVersionInfo ServerVersionInfoValue { get; set; }
Public Property ServerVersionInfoValue As ServerVersionInfo

Property Value

The ServerVersionInfoValue property returns a ServerVersionInfo object that contains the following information:Major build numberMajor version numberMinor build numberMinor 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.

Applies to