ApplicationData.RoamingSettings Property
Definition
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
As of Windows 10, version 1909, it was announced that Package State Roaming (PSR) will be removed in a future update. PSR allows non-Microsoft developers to access roaming data on devices, enabling developers of UWP applications to write data to Windows and synchronize it to other instantiations of Windows for that user.
The recommended replacement for PSR 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.
See LocalSettings for remarks and examples on accessing RoamingSettings.
Applies to
See also
Feedback
Submit and view feedback for