[This is preliminary documentation and is subject to change.]

Gets the name of the playlist

Namespace: MusicPlayerWindow
Assembly: MusicPlayerWindow (in MusicPlayerWindow.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string getPlaylistName()
Visual Basic
Public Function getPlaylistName As String
Visual C++
public:
String^ getPlaylistName()

Return Value

the name of the playlist

See Also