Filter.Scope Property

Gets the scope ordering of the filter.

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

'Declaration
Public Property Scope As FilterScope 
	Get 
	Protected Set
'Usage
Dim instance As Filter 
Dim value As FilterScope 

value = instance.Scope

instance.Scope = value

Property Value

Type: System.Web.Mvc.FilterScope
The scope ordering of the filter.

Scope provides a third level of ordering for filters. For more information about ASP.NET MVC filters, see Filtering in ASP.NET MVC.

Show: