SystemDataPaths.UserProfiles Property

Definition

Gets a path to the user profiles for the computer.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the user profiles.

Applies to