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


Glossary Item Box

Gets the version of the license.

Syntax

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

Remarks

The main software license is a date-based version (inf YYYY.MMDD format). All other options are version 1.0. If this is not a valid license, then the version is an empty string.

Requirements

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

See Also