AdvancedFind..::..SearchForAdvancedFindFilters Property
Gets or sets the search for advanced find filters.
Namespace:
RingSoft.DbLookup.AdvancedFindAssembly: 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); }