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