VeriStand .NET API Reference

RootNode.FilePath Property

Gets the full path on disk to the real-time system definition file. Setting this property updates the value of FileName.

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

Property Value

The full path to the file.

See Also

Log in to get a better experience