Click or drag to resize
ProvisioningServiceRestricted Property
Gets or sets a value indicating whether this ProvisioningService is restricted by some authorization rule.

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public bool Restricted { get; set; }

Property Value

Type: Boolean
true if restricted; otherwise, false.
See Also