Gets a value that indicates whether multiple filters are allowed.
Namespace:  System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property AllowMultiple As Boolean
    Get
'Usage
Dim instance As FilterAttribute
Dim value As Boolean
value = instance.AllowMultiple
public virtual bool AllowMultiple { get; }
public:
virtual property bool AllowMultiple {
    bool get ();
}
abstract AllowMultiple : bool
override AllowMultiple : bool
function get AllowMultiple () : boolean
Property Value
Type: System.Boolean
true if multiple filters are allowed; otherwise, false.