ScopeStorageDictionary.BaseScope Property

Definition

Gets the base scope for the ScopeStorageDictionary object.

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

Property Value

The base scope for the ScopeStorageDictionary object.

Applies to