ExchangeServer.IsE14OrLater Property
Gets a value that indicates whether the version of Exchange that the server is running is Microsoft Exchange Server 2010 or later.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsE14OrLater As Boolean
Get
'Usage
Dim instance As ExchangeServer
Dim value As Boolean
value = instance.IsE14OrLater
public bool IsE14OrLater { get; }
Property Value
Type: System.Boolean
true if the version of Exchange is Exchange 2010 or later; otherwise, false.