Gets or sets a value indicating whether to use the
DAQTask name from the system definition as the base of log filenames.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property UseTaskAsFilename As Boolean |
| C# |
|---|
public bool UseTaskAsFilename { get; set; } |
| Visual C++ |
|---|
public:
property bool UseTaskAsFilename {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) to use the
DAQTask name as the base of log filenames.
false (False in Visual Basic) to use a custom
FilenameBase. The default value is
true (True in Visual Basic).