Keysight Pathwave 89600 VSA .NET API
IsLicensed Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LicenseCollection Class : IsLicensed Method


key
The License.Key or License.Code of the license to check.

Glossary Item Box

Returns whether the passed option is licensed.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function IsLicensed( _
   ByVal key As String _
) As Boolean
C# 
public abstract bool IsLicensed( 
   string key
)
C++/CLI 
public:
abstract bool IsLicensed( 
   String^ key
) 

Parameters

key
The License.Key or License.Code of the license to check.

Return Value

Returns true if the option is licensed.

Requirements

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

See Also