Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool StopEvent { get; set; }
Visual Basic
Property StopEvent As Boolean
	Get
	Set
Visual C++
property bool StopEvent {
	bool get ();
	void set (bool value);
}

See Also