VeriStand .NET API Reference

OpenProjectStep.ProjectPath Property

Gets or sets the path to the NI VeriStand project (.nivsproj) file on disk.

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

Property Value

The path to the project file.

See Also