LicenseAliasDeleteAlias Method |
Deletes the current alias.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic abstract bool DeleteAlias()
Public MustOverride Function DeleteAlias As Boolean
public:
virtual bool DeleteAlias() abstract
Return Value
Type:
BooleanReturns true if the alias is deleted successfully. If it is not successful, check the
LastError property for details.
See Also