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