Keysight Pathwave 89600 VSA .NET API
Build Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Application Class : Build Property


Glossary Item Box

Gets a string describing the software revision.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Build As String
C# 
public abstract string Build {get;}
C++/CLI 
public:
abstract property String^ Build {
   String^ get();
}

Remarks

The string is of the form M.N[_Name], where M is the (possibly multi-digit) major number, N is the minor number, and the optional "_Name" identifies special releases (Beta releases or other special builds). This information is also shown on the splash screen at startup time as well as on the Help > About dialog.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also