|
WavInputAdapterWavFileName Property
|
Gets or sets the name of the file from which to read measurements.
Namespace: WavInputAdapterAssembly: WavInputAdapter (in WavInputAdapter.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string WavFileName { get; set; }
<ConnectionStringParameterAttribute>
Public Property WavFileName As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ WavFileName {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member WavFileName : string with get, set
function get_WavFileName();
function set_WavFileName(value);
View SourceProperty Value
StringSee Also