Share via


AspNetRequestScopeStorageProvider.ApplicationScope Property

Definition

Gets the dictionary to store data in the application scope.

public System.Collections.Generic.IDictionary<object,object> ApplicationScope { get; }
member this.ApplicationScope : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property ApplicationScope As IDictionary(Of Object, Object)

Property Value

The dictionary that stores application scope data.

Applies to