In This Topic
Gets or sets the file name for recorded audio.
Syntax
'Declaration
Public Property AudioFileName As String
'Usage
Dim instance As ImGearTWAIN
Dim value As String
instance.AudioFileName = value
value = instance.AudioFileName
public string AudioFileName {get; set;}
public: __property string* get_AudioFileName();
public: __property void set_AudioFileName(
string* value
);
public:
property String^ AudioFileName {
String^ get();
void set ( String^ value);
}
Property Value
String value.
See Also