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