Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IsolatedStorage::Scope Property

 

Gets an IsolatedStorageScope enumeration value specifying the scope used to isolate the store.

Namespace:   System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

public:
property IsolatedStorageScope Scope {
	IsolatedStorageScope get();
}

Property Value

Type: System.IO.IsolatedStorage::IsolatedStorageScope

A bitwise combination of IsolatedStorageScope values specifying the scope used to isolate the store.

Stores are isolated by a combination of factors (user, assembly, domain, and so on).

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft