WritableLicenseDeleteAliases Method |
Attempts to delete all aliases.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool DeleteAliases()
Public Function DeleteAliases As Boolean
public:
bool DeleteAliases()
Return Value
Type:
BooleanReturns true if all aliases passed validation. If false is returned, check the
LastError property. Please note that each alias has its own
LastError property, which may also contain additional details.
See Also