LicenseInformation.IsActive Property

Definition

Gets a value that indicates whether the license is active.

public:
 property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = licenseInformation.isActive;
Public ReadOnly Property IsActive As Boolean

Property Value

Boolean

bool

Returns true if the license is active, and otherwise false. Returns false if the license is missing, expired, or revoked. See the remarks in IsTrial for more info.

Applies to