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: