| ID3TagsLibTagGenres Property  | 
 
            A list of strings for the TagComposers of the opened multimedia file.
            
 
    Namespace: 
   CSID3TagsLib
    Assembly:
   CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
 Syntax
Syntaxpublic List<string> TagGenres { get; set; }Public Property TagGenres As List(Of String)
	Get
	Set
Dim instance As ID3TagsLib
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: 
ListString See Also
See Also