[Missing <summary> documentation for "P:SimpleMode.SecureLicenseManager.Web.InvokeOperationResponse.ErrorCode"]

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

Syntax

C#
public int ErrorCode { get; set; }
Visual Basic
Public Property ErrorCode As Integer
	Get
	Set
Visual C++
public:
property int ErrorCode {
	int get ();
	void set (int value);
}

See Also