LicenseAliasCheckAlias Method |
Compares the current license to the alias.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public abstract bool CheckAlias()
Public MustOverride Function CheckAlias As Boolean
public:
virtual bool CheckAlias() abstract
Return Value
Type:
BooleanReturns true if the alias is found to be valid. If it is not valid, check the
LastError property for details.
See Also