IProject.Visible Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the visible state of the NI VeriStand Project Explorer window.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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); } |