Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ApplicationData.RoamingSettings Property

Definition

Namespace:
Windows.Storage

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 property ApplicationDataContainer ^ RoamingSettings { ApplicationDataContainer ^ get(); };
ApplicationDataContainer RoamingSettings();
public ApplicationDataContainer RoamingSettings { get; }
var applicationDataContainer = applicationData.roamingSettings;
Public ReadOnly Property RoamingSettings As ApplicationDataContainer

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.

Applies to

See also


Feedback

Was this page helpful?