VeriStand .NET API Reference

RootNode.FileFormatVersion Property

Gets or sets the file format version of the real-time sequence definition file.

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 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.

See Also

Log in to get a better experience