Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

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.

Return to top
Show: