C-DEngine 5.105

TheServiceRouteInfo..::..IsConnecting Property

True if service route trues to connect

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

Syntax


public bool IsConnecting { get; set; }
Public Property IsConnecting As Boolean
	Get
	Set
public:
property bool^ IsConnecting {
	bool^ get ();
	void set (bool^ value);
}