XmlRsaEncryptionBaseLastError Property |
Gets or sets the last error that occurred.
Namespace: com.softwarekey.Client.EncryptionAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic LicenseError LastError { get; set; }
Public Property LastError As LicenseError
Get
Set
public:
property LicenseError^ LastError {
LicenseError^ get ();
void set (LicenseError^ value);
}
Property Value
Type:
LicenseError
See Also