VeriStand .NET API Reference

DAQLogging.LogDirectory Property

Gets or sets the directory in which to save log files on the target.

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

Property Value

The path of the directory in which to save log files. The default is c:\logs.

See Also

Log in to get a better experience