IScopeStorageProvider.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
ReadOnly Property GlobalScope As IDictionary(Of Object, Object)
Get
'Usage
Dim instance As IScopeStorageProvider
Dim value As IDictionary(Of Object, Object)
value = instance.GlobalScope
IDictionary<Object, Object> GlobalScope { get; }
property IDictionary<Object^, Object^>^ GlobalScope {
IDictionary<Object^, Object^>^ get ();
}
abstract GlobalScope : IDictionary<Object, Object>
function get GlobalScope () : IDictionary<Object, Object>
Property Value
Type: System.Collections.Generic.IDictionary<Object, Object>
The dictionary that stores global scope data.