OverrideAuthorizationAttribute.AllowMultiple Property
Gets or sets a Boolean value indicating whether more than one instance of the indicated attribute can be specified for a single program element.
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
true if more than one instance is allowed to be specified; otherwise, false.
Implements
See Also
OverrideAuthorizationAttribute Class
System.Web.Http Namespace
Return to top