cAudioRecorderACMTag Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax string 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:
StringSee Also