Share via


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
<ParameterAttribute(Mandatory := False)> _
Public Property IsExcludedFromProvisioning As Boolean
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean

value = instance.IsExcludedFromProvisioning

instance.IsExcludedFromProvisioning = value
[ParameterAttribute(Mandatory = false)]
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.