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