VeriStand .NET API Reference

DAQLogging.FilenameBase Property

Gets or sets the base string used in log filenames. Use this property when UseTaskAsFilename is false (False in Visual Basic) to specify a filename base other than the task name.

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 FilenameBase As String
C#
public string FilenameBase { get; set; }
Visual C++
public:
property String^ FilenameBase {
	String^ get ();
	void set (String^ value);
}

Property Value

The string to use as filename base. The default value is the task name.

See Also

Log in to get a better experience