C-DEngine 5.105

TheThingRule..::..ActionDelay Property

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

Syntax


public int ActionDelay { get; set; }
Public Property ActionDelay As Integer
	Get
	Set
public:
property int^ ActionDelay {
	int^ get ();
	void set (int^ value);
}