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