C-DEngine 5.105

TheClientInfo..::..IsFirstNode Property

True if this request was issued on the first node

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

Syntax


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