ProductKey.used Property

JustinBack

ProductKeyused Property

Gets or sets a value indicating whether this ProductKey is used.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public bool used { get; set; }
Public Property used As Boolean
	Get
	Set
public:
property bool used {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
true if used; otherwise, false.
See Also