Click or drag to resize
ProvisioningServiceDisabled Property
Gets or sets a value indicating whether this ProvisioningService instance is disabled.

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

Property Value

Type: Boolean
True if disabled; otherwise, false.
Remarks
This class member will not be serialized by the WCF service.
See Also