Click or drag to resize
ProvisioningAccountIsActive Property
Gets or sets a value indicating whether Atomia Provisioning account is active.

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

Property Value

Type: Boolean
True if this instance is active; otherwise, false.
See Also