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