VeriStand .NET API Reference

CompilationEvent.SourceFile Property

Gets the file that this event occurred in.

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

Property Value

The path to the source file on disk.

See Also

Log in to get a better experience