FilterInfo.Scope Property

Gets or sets the scope FilterInfo.

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

Syntax

'Declaration
Public Property Scope As FilterScope 
    Get 
    Private Set
'Usage
Dim instance As FilterInfo 
Dim value As FilterScope 

value = instance.Scope
public FilterScope Scope { get; private set; }
public:
property FilterScope Scope {
    FilterScope get ();
    private: void set (FilterScope value);
}
member Scope : FilterScope with get, private set
function get Scope () : FilterScope 
private function set Scope (value : FilterScope)

Property Value

Type: System.Web.Http.Filters.FilterScope
The scope of the FilterInfo.

See Also

Reference

FilterInfo Class

System.Web.Http.Filters Namespace