VeriStand .NET API Reference

IProject.Visible Property

Gets or sets the visible state of the NI VeriStand Project Explorer window.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Property Visible As Boolean
C#
bool Visible { get; set; }
Visual C++
property bool Visible {
	bool get ();
	void set (bool value);
}

Property Value

TRUE specifies that the window is visible.

See Also