Share via


ExchangeServer.IsProvisionedServer property

Gets a value that indicates whether the Exchange server is provisioned.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property IsProvisionedServer As Boolean
    Get
'Usage
Dim instance As ExchangeServer
Dim value As Boolean

value = instance.IsProvisionedServer
public bool IsProvisionedServer { get; }

Property value

Type: System.Boolean
true if the Exchange server is provisioned; otherwise, false.

See also

Reference

ExchangeServer class

ExchangeServer members

Microsoft.Exchange.Data.Directory.Management namespace