ID3 album tag.
-metadata album="String Classics"
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Album { get; set; }
Public Property Album As String
Get
Set
Dim instance As ID3Tags
Dim value As String
value = instance.Album
instance.Album = value
member Album : string with get, set
/** @property */
public String get_Album()
/** @property */
public void set_Album(String value)
function get Album () : String
function set Album (value : String)
function get_Album();
function set_Album(value);
Property Value
Type:
StringSee Also