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


propertyName
property name (case sensitive)

Glossary Item Box

Gets the value associated with a public property.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetPropertyValue( _
   ByVal propertyName As String _
) As Object
C# 
public virtual object GetPropertyValue( 
   string propertyName
)
C++/CLI 
public:
virtual Object^ GetPropertyValue( 
   String^ propertyName
) 

Parameters

propertyName
property name (case sensitive)

Return Value

The value of the property.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 20.00

See Also