JBLicense
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: Int32The product identifier.
See Also