HttpPropertyKeys.DependencyScope Field
Provides a key for the IDependencyScope associated with this request.
Namespace: System.Web.Http.Hosting
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly DependencyScope As String
'Usage
Dim value As String
value = HttpPropertyKeys.DependencyScope
public static readonly string DependencyScope
public:
static initonly String^ DependencyScope
static val DependencyScope: string
public static final var DependencyScope : String