IScopeStorageProvider.CurrentScope Property

Definition

Gets and sets the dictionary that is used to store data in the current scope.

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 stores current scope data.

Applies to