JBLicense
LicenseResultActive Property |
Gets or sets a value indicating whether this License is active.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public bool Active { get; set; }
Public Property Active As Boolean Get Set
public: property bool Active { bool get (); void set (bool value); }
Property Value
Type: Booleantrue if active; otherwise, false.
See Also