Share via


ScopeStorage.GlobalScope Property

Gets the dictionary that is used to store data in the global scope.

Namespace:  System.Web.WebPages.Scope
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared ReadOnly Property GlobalScope As IDictionary(Of Object, Object)
    Get
'Usage
Dim value As IDictionary(Of Object, Object)

value = ScopeStorage.GlobalScope
public static IDictionary<Object, Object> GlobalScope { get; }
public:
static property IDictionary<Object^, Object^>^ GlobalScope {
    IDictionary<Object^, Object^>^ get ();
}
static member GlobalScope : IDictionary<Object, Object>
static function get GlobalScope () : IDictionary<Object, Object>

Property Value

Type: System.Collections.Generic.IDictionary<Object, Object>
The dictionary that stores global scope data.

See Also

Reference

ScopeStorage Class

System.Web.WebPages.Scope Namespace