Share via


ScopeStorage.CurrentProvider Property

Gets or sets the current scope provider.

Namespace:  System.Web.WebPages.Scope
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared Property CurrentProvider As IScopeStorageProvider 
    Get 
    Set
'Usage
Dim value As IScopeStorageProvider 

value = ScopeStorage.CurrentProvider 

ScopeStorage.CurrentProvider = value
public static IScopeStorageProvider CurrentProvider { get; set; }
public:
static property IScopeStorageProvider^ CurrentProvider {
    IScopeStorageProvider^ get ();
    void set (IScopeStorageProvider^ value);
}
static member CurrentProvider : IScopeStorageProvider with get, set
static function get CurrentProvider () : IScopeStorageProvider 
static function set CurrentProvider (value : IScopeStorageProvider)

Property Value

Type: System.Web.WebPages.Scope.IScopeStorageProvider
The current scope provider.

See Also

Reference

ScopeStorage Class

System.Web.WebPages.Scope Namespace