Click or drag to resize
IsolatedStorageSettingsApplicationSettings Property
Gets an instance of System.IO.IsolatedStorage.IsolatedStorageSettings that contains the contents of the application's System.IO.IsolatedStorage.IsolatedStorageFile, scoped at the application level, or creates a new instance of System.IO.IsolatedStorage.IsolatedStorageSettings if one does not exist.

Namespace: System.IO.IsolatedStorage
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static IsolatedStorageSettings ApplicationSettings { get; }

Property Value

Type: IsolatedStorageSettings
See Also