Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.