LicenseResult.productkey Property

JustinBack

LicenseResultproductkey Property

Gets or sets the productkey if license has been granted through a product key. Can be NULL

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

Property Value

Type: String
The productkey.
See Also