cAudioRecorderIsRecording Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax bool IsRecording { get; set; }
Property IsRecording As Boolean
Get
Set
Dim instance As cAudioRecorder
Dim value As Boolean
value = instance.IsRecording
instance.IsRecording = value
abstract IsRecording : bool with get, set
/** @property */
boolean get_IsRecording()
/** @property */
void set_IsRecording(boolean value)
function get IsRecording () : boolean
function set IsRecording (value : boolean)
function get_IsRecording();
function set_IsRecording(value);
Property Value
Type:
BooleanSee Also