Enumerates the levels of isolated storage scope supported. Combinations of the levels may be specified
[Visual Basic] Public Enum IsolatedStorageScope [C#] public enum IsolatedStorageScope [C++] public enum IsolatedStorageScope
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use IsolatedStorageScope to specify the scoping to designate an isolated storage context for storing data files.
Member Name | Description |
---|---|
Assembly | Indicates isolated storage scoped to the identity of the assembly. |
Domain | Indicates isolated storage scoped to the application domain identity. |
None | Indicates no isolated storage usage. |
User | Indicates isolated storage scoped by user identity. |
Namespace: System.IO.IsolatedStorage
Assembly: mscorlib.dll