VeriStand .NET API Reference

DeployOptions.Timeout Property

Gets or sets timeout for deployment.

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 Timeout As UInteger
C#
public uint Timeout { get; set; }
Visual C++
public:
property unsigned int Timeout {
	unsigned int get ();
	void set (unsigned int value);
}

See Also