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
'Declaration
ReadOnly Property AllowMultiple As Boolean
Get
'Usage
Dim instance As IFilter
Dim value As Boolean
value = instance.AllowMultiple
bool AllowMultiple { get; }
property bool AllowMultiple {
bool get ();
}
abstract AllowMultiple : bool
function get AllowMultiple () : boolean
Property Value
Type: System.Boolean
true if more than one instance is allowed to be specified; otherwise, false. The default is false.