Public Shared Function CheckinLicense( _ ByVal code As LicenseCodes _ ) As Boolean
public static bool CheckinLicense( LicenseCodes code )
Parameters
- code
- The license code to check.
Return Value
True if the specified license code was successfully checked in.