Keysight Pathwave 89600 VSA .NET API
Item Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IStateDictionary Interface : Item Property


key
The key name.

Glossary Item Box

Gets or sets the value associated with a specified key.

Syntax

Visual Basic (Declaration) 
Default Property Item( _
   ByVal key As String _
) As Object
C# 
object this[ 
   string key
]; {get; set;}
C++/CLI 
property Object^ default [String^] {
   Object^ get(String^ key);
   void set (String^ keyObject^ value);
}

Parameters

key
The key name.

Property Value

The value associated with the key.

Requirements

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

See Also