VeriStand .NET API Reference

RootNode.Version Property

Gets or sets the 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 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.

See Also

Log in to get a better experience