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


key
The key.
defaultValue
The returned value if the key is not found or the value cannot be converted to an integer.

Glossary Item Box

Returns the integer value associated with the specified key.

Syntax

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

Parameters

key
The key.
defaultValue
The returned value if the key is not found or the value cannot be converted to an integer.

Return Value

The integer 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