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