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