RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

PrintingProcessingViewModel..::..Abort Property

Gets or sets a value indicating whether this PrintingProcessingViewModel is abort.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Field Value

true if abort; otherwise, false.