The license status. True for enabled license. False for a license that is disabled. The license service allows activations only for licenses that are enabled.

Namespace: SimpleMode.SecureLicenseManager.Data
Assembly: SimpleMode.SecureLicenseManager.Data (in SimpleMode.SecureLicenseManager.Data.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public Nullable<bool> Status { get; set; }
Visual Basic
Public Property Status As Nullable(Of Boolean)
	Get
	Set
Visual C++
public:
property Nullable<bool> Status {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also