cAudioRecorderWasapiFileName Property  | 
  
    Namespace: 
   CSAudioRecorder
    Assembly:
   CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic string FileName { get; set; }Public Property FileName As String
	Get
	Set
Dim instance As cAudioRecorderWasapi
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
cAudioRecorderFileName
See Also