LicenseResult.License_ID Property

JustinBack

LicenseResultLicense_ID Property

Gets or sets the license identifier.

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

Property Value

Type: Int32
The license identifier.
See Also