cAudioRecorderWasapiLookupACMTag Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string ACMTag { get; set; }
Public Property ACMTag As String
Get
Set
Dim instance As cAudioRecorderWasapiLookup
Dim value As String
value = instance.ACMTag
instance.ACMTag = value
abstract ACMTag : string with get, set
override ACMTag : string with get, set
/** @property */
public final String get_ACMTag()
/** @property */
public final void set_ACMTag(String value)
final function get ACMTag () : String
final function set ACMTag (value : String)
function get_ACMTag();
function set_ACMTag(value);
Property Value
Type:
StringImplements
cAudioRecorderACMTagSee Also