LicenseProductValidation Constructor (License, Int32) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseProductValidation(
License license,
int validProductID
)
Public Sub New (
license As License,
validProductID As Integer
)
public:
LicenseProductValidation(
License^ license,
int validProductID
)
Parameters
- license
- Type: com.softwarekey.Client.LicensingLicense
The license which will be validated. - validProductID
- Type: SystemInt32
A valid Product ID.
See Also