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

FilterItemDefinition..::..Processed Property

Gets a value indicating whether this FilterItemDefinition is processed.

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

Syntax


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

Field Value

true if processed; otherwise, false.