cAudioRecorderACMTag Property  | 
 
            ACMTag.
            
 
    Namespace: 
   CSAudioRecorder
    Assembly:
   CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxstring ACMTag { get; set; }Property ACMTag As String
	Get
	Set
Dim instance As cAudioRecorder
Dim value As String
value = instance.ACMTag
instance.ACMTag = value
abstract ACMTag : string with get, set
/** @property */
String get_ACMTag()
/** @property */
void set_ACMTag(String value)
function get ACMTag () : String
function set ACMTag (value : String)
function get_ACMTag();
function set_ACMTag(value);
Property Value
Type: 
String
See Also