IFilter.AllowMultiple Property

 

Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

bool AllowMultiple { get; }
property bool AllowMultiple {
    bool get();
}
abstract AllowMultiple : bool with get
ReadOnly Property AllowMultiple As Boolean

Property Value

Type: System.Boolean

true if more than one instance is allowed to be specified; otherwise, false. The default is false.

See Also

IFilter Interface
System.Web.Http.Filters Namespace

Return to top