List of all playlists on the iPod. Use this to add/remove/enumerate playlists
Namespace: SharePodLib
Assembly: SharePodLib (in SharePodLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Playlists As PlaylistList |
| C# |
|---|
| public PlaylistList Playlists { get; } |
| C++ |
|---|
| public property PlaylistList Playlists sealed { PlaylistList get(); } |
| J# |
|---|
| /** property */ public PlaylistList get_Playlists(); |
| JScript |
|---|
| public function get Playlists() : PlaylistList |