ID3TagsPublisher Property |
ID3 publisher tag.
-metadata publisher="London Publishing"
Namespace:
CSMediaProperties
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Publisher { get; set; }
Public Property Publisher As String
Get
Set
Dim instance As ID3Tags
Dim value As String
value = instance.Publisher
instance.Publisher = value
member Publisher : string with get, set
/** @property */
public String get_Publisher()
/** @property */
public void set_Publisher(String value)
function get Publisher () : String
function set Publisher (value : String)
function get_Publisher();
function set_Publisher(value);
Property Value
Type:
StringSee Also