Keysight Pathwave 89600 VSA .NET API
Item(String) Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LicenseCollection Class > Item Property : Item(String) Property


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

Glossary Item Box

Returns the named license from the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal key As String _
) As License
C# 
public abstract License Item( 
   string key
) {get;}
C++/CLI 
public:
abstract property License^ Item {
   License^ get(String^ key);
}

Parameters

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

Property Value

The named license, or null if no license of the supplied name exists.

Requirements

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

See Also