C-DEngine 5.105

TheThingRule..::..IsRuleActive Property

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

Syntax


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