SystemValidationValidate Method |
Performs the system validation.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public abstract bool Validate()
Public MustOverride Function Validate As Boolean
public:
virtual bool Validate() abstract
Return Value
Type:
BooleanReturns true if successful. If it is not successful, check the
LastError property for details.
See Also