The option storage location
| C# | Visual Basic | Visual C++ |
public enum StorageType
Public Enumeration StorageType
public enum class StorageType
| Member | Description |
|---|---|
| IsolatedStorage |
The .NET isolated storage mechanism
|
| FileSystem |
The regular file-system
|
| Stream |
A stream provided by the API user
|