AudioPlayerTagAlbum Property |
The album name of the opened multimedia file.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string TagAlbum { get; set; }
Public Property TagAlbum As String
Get
Set
Dim instance As AudioPlayer
Dim value As String
value = instance.TagAlbum
instance.TagAlbum = value
member TagAlbum : string with get, set
/** @property */
public String get_TagAlbum()
/** @property */
public void set_TagAlbum(String value)
function get TagAlbum () : String
function set TagAlbum (value : String)
function get_TagAlbum();
function set_TagAlbum(value);
Property Value
Type:
StringSee Also