Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.09 KB

applicationdata_roamingsettings.md

File metadata and controls

33 lines (21 loc) · 1.09 KB
-api-id -api-type
P:Windows.Storage.ApplicationData.RoamingSettings
winrt property

Windows.Storage.ApplicationData.RoamingSettings

-description

Gets the application settings container in the roaming app data store.

-property-value

The application settings container.

-remarks

Warning

Roaming data and settings is no longer supported as of Windows 11. The recommended replacement is Azure App Service. Azure App Service is widely supported, well documented, reliable, and supports cross-platform/cross-ecosystem scenarios such as iOS, Android and web. Settings stored here no longer roam (as of Windows 11), but the settings store is still available.

This documentation applies to Windows 10 versions 1909 and lower.

See LocalSettings for remarks and examples on accessing RoamingSettings.

-examples

-see-also

Store and retrieve settings and other app data