VeriStand .NET API Reference

OpenProjectStep.ShowProject Property

Gets or sets whether to display the project in the NI VeriStand Project Explorer window when the project opens.

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 ShowProject As Boolean
C#
public bool ShowProject { get; set; }
Visual C++
public:
property bool ShowProject {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) to display the project in the Project Explorer window. false (False in Visual Basic) to keep it hidden.

See Also