Gets the license service error message for the recent response from the license service.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public string LicenseServiceErrorMessage { get; private set; }
Visual Basic
Public Property LicenseServiceErrorMessage As String
	Get
	Private Set
Visual C++
public:
property String^ LicenseServiceErrorMessage {
	String^ get ();
	private: void set (String^ value);
}

See Also