ProductKey.Key_ID Property

JustinBack

ProductKeyKey_ID Property

Gets or sets the key identifier.

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

Property Value

Type: Int32
The key identifier.
See Also