ExchangeServerInfo.VersionString Property

Definition

Gets the Exchange version.

public:
 property System::String ^ VersionString { System::String ^ get(); };
public string VersionString { get; }
Public ReadOnly Property VersionString As String

Property Value

A string that contains the Exchange version.

Remarks

The version is a string, rather than an enumeration, because it is possible for the client to be connected to a later version of Exchange that does not have an associated enumeration value.

Applies to