SystemValidationLastError Property |
Gets or sets the last error encountered in this object.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public virtual LicenseError LastError { get; set; }
Public Overridable Property LastError As LicenseError
Get
Set
public:
virtual property LicenseError^ LastError {
LicenseError^ get ();
void set (LicenseError^ value);
}
Property Value
Type:
LicenseErrorSee Also