Interface IFilter
Defines the methods that are used in a filter.
public interface IFilter
Properties
AllowMultiple
Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element.
bool AllowMultiple { get; }
Property Value
- bool
true if more than one instance is allowed to be specified; otherwise, false. The default is false.