ProvisioningServiceRestricted Property |
Gets or sets a value indicating whether this
ProvisioningService is restricted by some authorization rule.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public bool Restricted { get; set; }
Public Property Restricted As Boolean
Get
Set
public:
property bool Restricted {
bool get ();
void set (bool value);
}
member Restricted : bool with get, set
Property Value
Type:
Booleantrue if restricted; otherwise,
false.
See Also