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