Gets or sets the
Main section of sequence code, which executes after the
Setup section and before the
CleanUp sections. This section contains the core set of statements that the sequence executes.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Main As Main |
| C# |
|---|
public Main Main { get; set; } |
| Visual C++ |
|---|
public:
property Main^ Main {
Main^ get ();
void set (Main^ value);
} |
Property Value
A
Main object.