ID3 title tag.
            -metadata title="Adagio for Strings"
            
 
    Namespace: 
   CSMediaProperties
    Assembly:
   CSWebCam (in CSWebCam.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Title { get; set; }Public Property Title As String
	Get
	Set
Dim instance As ID3Tags
Dim value As String
value = instance.Title
instance.Title = value
member Title : string with get, set
/** @property */
public String get_Title()
/** @property */
public void set_Title(String value)
function get Title () : String
function set Title (value : String)
function get_Title();
function set_Title(value);
Property Value
Type: 
String
See Also