ID3 artist tag.
            -metadata artist="Yo Yo Ma/London Symphony"
            
 
    Namespace: 
   CSMediaProperties
    Assembly:
   CSWebCam (in CSWebCam.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Artist { get; set; }Public Property Artist As String
	Get
	Set
Dim instance As ID3Tags
Dim value As String
value = instance.Artist
instance.Artist = value
member Artist : string with get, set
/** @property */
public String get_Artist()
/** @property */
public void set_Artist(String value)
function get Artist () : String
function set Artist (value : String)
function get_Artist();
function set_Artist(value);
Property Value
Type: 
String
See Also