Gets or sets

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public bool AbortUpdate { get; set; }
Visual Basic (Declaration)
Public Property AbortUpdate As Boolean
Visual C++
public:
property bool AbortUpdate {
	bool get ();
	void set (bool value);
}

See Also