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