Gets the license service error code 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 int LicenseServiceErrorCode { get; private set; }
Visual Basic
Public Property LicenseServiceErrorCode As Integer
	Get
	Private Set
Visual C++
public:
property int LicenseServiceErrorCode {
	int get ();
	private: void set (int value);
}

See Also