AppDataPaths.RoamingAppData 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 roaming application data folder.
public:
property Platform::String ^ RoamingAppData { Platform::String ^ get(); };
winrt::hstring RoamingAppData();
public string RoamingAppData { get; }
var string = appDataPaths.roamingAppData;
Public ReadOnly Property RoamingAppData As String
Property Value
The string value of the path to the roaming app data folder.