LicenseProductValidation Constructor (License, IEnumerableInt32) |
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseProductValidation(
License license,
IEnumerable<int> validProductIDs
)
Public Sub New (
license As License,
validProductIDs As IEnumerable(Of Integer)
)
public:
LicenseProductValidation(
License^ license,
IEnumerable<int>^ validProductIDs
)
Parameters
- license
- Type: com.softwarekey.Client.LicensingLicense
The license which will be validated. - validProductIDs
- Type: System.Collections.GenericIEnumerableInt32
A collection of valid Product IDs.
See Also