Keysight Pathwave 89600 VSA .NET API
Value(String,Object) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > StateDictionary Class > Value Method : Value(String,Object) Method


key
The key.
defaultValue
The returned value if the key is not found.

Glossary Item Box

Returns the object value associated with the specified key.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Value( _
   ByVal key As String, _
   ByVal defaultValue As Object _
) As Object
C# 
public abstract object Value( 
   string key,
   object defaultValue
)
C++/CLI 
public:
abstract Object^ Value( 
   String^ key,
   Object^ defaultValue
) 

Parameters

key
The key.
defaultValue
The returned value if the key is not found.

Return Value

The object value.

Remarks

See Item for more information about keys.

Requirements

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

See Also