StaticScopeStorageProvider.GlobalScope Property

Definition

Gets a dictionary that stores global data under a static context.

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 provides global scoped data.

Implements

Applies to