ProvisioningAccountIsActive Property |
Gets or sets a value indicating whether Atomia Provisioning account is active.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
public:
property bool IsActive {
bool get ();
void set (bool value);
}
member IsActive : bool with get, set
Property Value
Type:
BooleanTrue if this instance is active; otherwise,
false.
See Also