VeriStand .NET API Reference

Utilities.CurrentVersion Property

Gets the current version information for the system definition file.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Shared ReadOnly Property CurrentVersion As VersionType
C#
public static VersionType CurrentVersion { get; }
Visual C++
public:
static property VersionType^ CurrentVersion {
	VersionType^ get ();
}

Property Value

A VersionType reference. Use the VersionTypeToVersion method to convert this reference to a System.Version object reference.

See Also

Log in to get a better experience