RootNode.FileFormatVersion Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the file format 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 FileFormatVersion As XMLVersionInfo |
| C# |
|---|
public XMLVersionInfo FileFormatVersion { get; set; } |
| Visual C++ |
|---|
public: property XMLVersionInfo FileFormatVersion { XMLVersionInfo get (); void set (XMLVersionInfo value); } |
Property Value
An XMLVersionInfo object.
Remarks
This property reads or writes the attributes of the
<FileFormatVersion> tag.