UserDataPaths.Music Property

Definition

Gets the path to a user's Music folder.

public:
 property Platform::String ^ Music { Platform::String ^ get(); };
winrt::hstring Music();
public string Music { get; }
var string = userDataPaths.music;
Public ReadOnly Property Music As String

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Music folder.

Applies to