RootNode.Version Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the version of the real-time sequence definition file.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Version As XMLVersionInfo |
| C# |
|---|
public XMLVersionInfo Version { get; set; } |
| Visual C++ |
|---|
public: property XMLVersionInfo Version { XMLVersionInfo get (); void set (XMLVersionInfo value); } |
Property Value
An XMLVersionInfo object.
Remarks
This property reads or writes the attributes of the
<Version> tag.