LicenseResult.Product_ID Property

JustinBack

LicenseResultProduct_ID Property

Gets or sets the product identifier.

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

Property Value

Type: Int32
The product identifier.
See Also