FilterAttribute.AllowMultiple Property (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
FilterAttribute.AllowMultiple Property

Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property AllowMultiple As Boolean
Visual Basic (Usage)
Dim instance As FilterAttribute
Dim value As Boolean

value = instance.AllowMultiple

C#
public bool AllowMultiple { get; }
Visual C++
public:
virtual property bool AllowMultiple {
	bool get () sealed;
}
JScript
final function get AllowMultiple () : boolean

Property Value

Type: System.Boolean
true if more than one instance of the filter attribute can be specified; otherwise, false.

Implements

IMvcFilter.AllowMultiple
See Also

Reference