C-DEngine 5.105

TheServiceRouteInfo..::..ErrorCode Property

Error code of the last error

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int ErrorCode { get; set; }
Public Property ErrorCode As Integer
	Get
	Set
public:
property int^ ErrorCode {
	int^ get ();
	void set (int^ value);
}