AppDataPaths.ProgramData Property

Definition

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

String

Platform::String

winrt::hstring

The string value of the path to the program data folder.

Applies to