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

AdvancedFind..::..SearchForAdvancedFindFilters Property

Gets or sets the search for advanced find filters.

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

Syntax


[SuppressMessageAttribute]
public ICollection<AdvancedFindFilter> SearchForAdvancedFindFilters { get; set; }
<SuppressMessageAttribute> _
Public Property SearchForAdvancedFindFilters As ICollection(Of AdvancedFindFilter)
	Get
	Set
[SuppressMessageAttribute]
public:
property ICollection<AdvancedFindFilter^>^ SearchForAdvancedFindFilters {
	ICollection<AdvancedFindFilter^>^ get ();
	void set (ICollection<AdvancedFindFilter^>^ value);
}

Field Value

The search for advanced find filters.