AcceptedDomain.DualProvisioningEnabled property
Gets or sets a value that indicates whether the domain will provision for both on-premise and cloud domains.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property DualProvisioningEnabled As Boolean
Get
Set
'Usage
Dim instance As AcceptedDomain
Dim value As Boolean
value = instance.DualProvisioningEnabled
instance.DualProvisioningEnabled = value
public bool DualProvisioningEnabled { get; set; }
Property value
Type: System.Boolean
true if dual provisioning is enables; otherwise, false.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace