SystemDataPaths.ProgramData Property

Definition

Gets the path to the ProgramData folder on the machine.

public:
 property Platform::String ^ ProgramData { Platform::String ^ get(); };
winrt::hstring ProgramData();
public string ProgramData { get; }
var string = systemDataPaths.programData;
Public ReadOnly Property ProgramData As String

Property Value

String

Platform::String

winrt::hstring

The full path to the ProgramData folder.

Applies to