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