C-DEngine 5.105

TheClientInfo..::..IsUserTrusted Property

True if the user in this ClientInfo is trusted

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

Syntax


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