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


Glossary Item Box

Gets or sets the .NET Software Development Kit (SDK) version to use when recording or creating new macros.

Syntax

Visual Basic (Declaration) 
Public Overridable Property DotNetVersion As Version
C# 
public virtual Version DotNetVersion {get; set;}
C++/CLI 
public:
virtual property Version^ DotNetVersion {
   Version^ get();
   void set (    Version^ value);
}

Remarks

The SDK versions available on the current host are returned by the IPropertyInfo.ValidValues<T> method.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also