C-DEngine 5.105

TheKey..::..repeat Property

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

Syntax


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