EResult.License Property

JustinBack

EResultLicense Property

Gets or sets the license.

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

Property Value

Type: LicenseResult
The license.
See Also