MailboxServer.IsExcludedFromProvisioning property

Gets or sets a value that indicates whether the Mailbox server is considered by the OAB provisioning load balancer.

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

Syntax

'Declaration
Public Property IsExcludedFromProvisioning As Boolean
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean

value = instance.IsExcludedFromProvisioning

instance.IsExcludedFromProvisioning = value
public bool IsExcludedFromProvisioning { get; set; }

Property value

Type: System.Boolean
true if the Mailbox server should be excluded from provisioning; otherwise, false to include the server.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace