OverrideAuthenticationAttribute.AllowMultiple Property

 

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

Syntax

public bool AllowMultiple { get; }
public:
property bool AllowMultiple {
    virtual bool get() sealed;
}
abstract AllowMultiple : bool with get
override AllowMultiple : bool with get
Public ReadOnly Property AllowMultiple As Boolean

Property Value

Type: System.Boolean

Implements

IFilter.AllowMultiple

See Also

OverrideAuthenticationAttribute Class
System.Web.Http Namespace

Return to top