ProductKey.valid Property

JustinBack

ProductKeyvalid Property

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

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

Property Value

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