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