C-DEngine 5.105

TheThingRule..::..IsRuleLogged Property

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

Syntax


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