IScopeStorageProvider.GlobalScope Property

Definition

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

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

Property Value

The dictionary that stores global scope data.

Applies to