ExchangeServer.Edition property
Gets the edition of Exchange Server 2013 that is running on the server.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property Edition As ServerEditionType
Get
'Usage
Dim instance As ExchangeServer
Dim value As ServerEditionType
value = instance.Edition
public ServerEditionType Edition { get; }
Property value
Type: Microsoft.Exchange.Data.ServerEditionType
One of the ServerEditionType enumeration values.