C-DEngine 5.105

TheKey..::..isTrusted Property

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

Syntax


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