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