ID3 artist tag.
-metadata artist="Yo Yo Ma/London Symphony"
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Artist { get; set; }
Public Property Artist As String
Get
Set
Dim instance As ID3Tags
Dim value As String
value = instance.Artist
instance.Artist = value
member Artist : string with get, set
/** @property */
public String get_Artist()
/** @property */
public void set_Artist(String value)
function get Artist () : String
function set Artist (value : String)
function get_Artist();
function set_Artist(value);
Property Value
Type:
StringSee Also