DeployOptions.Timeout Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets timeout for deployment.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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); } |