C-DEngine 5.105

TheServiceHostInfo..::..IsViewer Property

Set to true if the current C-DEngine Application Host (TheBaseApplication) is a Viewer (only ONE user logged in at any give time)

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

Syntax


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