Remove
Removes a license key from the set of license keys of a particular type.
Syntax
void Remove(string key)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
key |
The license key string to remove from the set. |
Return value
The license key string to be removed.
Exceptions
Remove may throw one of the following exceptions:
- ApplicationException if the license key cannot be found.
- ArgumentException if the parameter is null or empty.