NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageScope Enumeration

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.

Remarks

Use IsolatedStorageScope to specify the scoping to designate an isolated storage context for storing data files.

Members

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.

Requirements

Namespace: System.IO.IsolatedStorage

Assembly: mscorlib.dll

See Also

System.IO.IsolatedStorage Namespace