AudioPlayerTagGenres Property |
A list of strings for the TagGenres of the opened multimedia file.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public List<string> TagGenres { get; set; }
Public Property TagGenres As List(Of String)
Get
Set
Dim instance As AudioPlayer
Dim value As List(Of String)
value = instance.TagGenres
instance.TagGenres = value
member TagGenres : List<string> with get, set
/** @property */
public List<String> get_TagGenres()
/** @property */
public void set_TagGenres(List<String> value)
function get TagGenres () : List<String>
function set TagGenres (value : List<String>)
function get_TagGenres();
function set_TagGenres(value);
Property Value
Type:
ListStringSee Also