Gets or sets whether the system runs the system definition file automatically after a target reboots or waits for a user to redeploy the file.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable Property AutoStart As Boolean |
| C# |
|---|
public virtual bool AutoStart { get; set; } |
| Visual C++ |
|---|
public:
virtual property bool AutoStart {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if the system runs the system definition file automatically.
false (False in Visual Basic) if a user must redeploy.