VeriStand .NET API Reference

IStimulusProfileSession.Deployed Property

Indicates whether the Stimulus Profile Session is deployed.

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)
ReadOnly Property Deployed As Boolean
C#
bool Deployed { get; }
Visual C++
property bool Deployed {
	bool get ();
}

Property Value

true (True in Visual Basic) if the session is deployed.

See Also