VeriStand .NET API Reference

DeployOptions.DeploySystemDefinition Property

Gets or sets a value indicating whether or not to deploy the system definition file.

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

See Also