C-DEngine 5.105

TheServiceRouteInfo..::..LastError Property

Last error in Clear Text

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

Syntax


public string LastError { get; set; }
Public Property LastError As String
	Get
	Set
public:
property String^ LastError {
	String^ get ();
	void set (String^ value);
}