RemoveLicenseKey
Removes a license key from the set of license objects for a particular Licenses parent container.
Syntax
void RemoveLicenseKey(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 object to be removed.
Exceptions
RemoveLicenseKey
may throw one of the following exceptions:
-
ApplicationException
if the license key cannot be found. -
ArgumentException
if the parameter isnull
or empty.