AuthorEncryptionKeyLastError Property |
Gets the last error (represented by a
LicenseError object) which occurred in this object.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public LicenseError LastError { get; }
Public ReadOnly Property LastError As LicenseError
Get
public:
property LicenseError^ LastError {
LicenseError^ get ();
}
Property Value
Type:
LicenseErrorSee Also