IsolatedStorageSettings.ApplicationSettings Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an instance of IsolatedStorageSettings that contains the contents of the application's IsolatedStorageFile, scoped at the application level, or creates a new instance of IsolatedStorageSettings if one does not exist.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.IO.IsolatedStorage.IsolatedStorageSettingsAn IsolatedStorageSettings object that contains the contents of the application's IsolatedStorageFile, scoped at the application level. If an instance does not already exist, a new instance is created.
Show: