ProductKey.productkey Property

JustinBack

ProductKeyproductkey Property

Gets or sets the product key.

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 product key.
See Also