JBLicense
ProductResultProductID Property |
Gets or sets the product identifier.
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public int ProductID { get; set; }
Public Property ProductID As Integer Get Set
public: property int ProductID { int get (); void set (int value); }
Property Value
Type: Int32The product identifier.
See Also