cAudioRecorderFileName Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax string FileName { get; set; }
Property FileName As String
Get
Set
Dim instance As cAudioRecorder
Dim value As String
value = instance.FileName
instance.FileName = value
abstract FileName : string with get, set
/** @property */
String get_FileName()
/** @property */
void set_FileName(String value)
function get FileName () : String
function set FileName (value : String)
function get_FileName();
function set_FileName(value);
Property Value
Type:
StringSee Also