AudioPlayerTagComposers Property |
A list of strings for the TagComposers 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> TagComposers { get; set; }
Public Property TagComposers As List(Of String)
Get
Set
Dim instance As AudioPlayer
Dim value As List(Of String)
value = instance.TagComposers
instance.TagComposers = value
member TagComposers : List<string> with get, set
/** @property */
public List<String> get_TagComposers()
/** @property */
public void set_TagComposers(List<String> value)
function get TagComposers () : List<String>
function set TagComposers (value : List<String>)
function get_TagComposers();
function set_TagComposers(value);
Property Value
Type:
ListStringSee Also