VeriStand .NET API Reference

NewLogFilesCompleteEventArgs.Source Property

Gets a value indicating the feature that generated the log files, such as a waveform DAQ task or the Embedded Data Logger custom device.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public ReadOnly Property Source As String
C#
public string Source { get; }
Visual C++
public:
property String^ Source {
	String^ get ();
}

Property Value

The source of the log files.

See Also

Log in to get a better experience