SecurityResult.Initialized Property

JustinBack

SecurityResultInitialized Property

Gets or sets a value indicating whether JBLicense is initialized.

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

Property Value

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