StaticScopeStorageProvider.CurrentScope Property

Definition

Gets or sets a dictionary that stores current data under a static context.

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

Property Value

The dictionary that provides current scoped data.

Implements

Applies to