C-DEngine 5.105

TheServiceRouteInfo..::..IsAlive Property

true if the connection is alive

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

Syntax


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