VeriStand .NET API Reference

IProject.Deploy Method

Deploys the system definition file associated with an NI VeriStand project to the target.

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)
Function Deploy As Error
C#
Error Deploy()
Visual C++
Error^ Deploy()

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also