Gets or sets the body of the code section, which contains all the blocks and statements in the section.
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 Body As Block |
C# |
---|
public Block Body { get; set; } |
Visual C++ |
---|
public:
property Block^ Body {
Block^ get ();
void set (Block^ value);
} |
Property Value
A
Block object.