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
public ServerVersionInfo ServerVersionInfoValue { get; set; }
public:
property ServerVersionInfo^ ServerVersionInfoValue {
    ServerVersionInfo^ get ();
    void set (ServerVersionInfo^ value);
}
/** @property */
public ServerVersionInfo get_ServerVersionInfoValue ()

/** @property */
public void set_ServerVersionInfoValue (ServerVersionInfo value)
public function get ServerVersionInfoValue () : ServerVersionInfo

public function set ServerVersionInfoValue (value : ServerVersionInfo)

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)