Filter.Scope Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets {insert text here}.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Scope As FilterScope
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