T
The type to convert the valid values to.
Keysight Pathwave 89600 VSA .NET API
ValidValues<T> Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > NotifyPropertyInfoChangedWrapper Class : ValidValues<T> Method


propertyName
The property name.

Glossary Item Box

Gets an array of valid values for the specified property.

Syntax

Visual Basic (Declaration) 
Public Function ValidValues(Of T)( _
   ByVal propertyName As String _
) As T()
C# 
public T[] ValidValues<T>( 
   string propertyName
)
C++/CLI 
public:
array<T^>^ ValidValuesgeneric<typename T>
( 
   String^ propertyName
) 

Parameters

propertyName
The property name.

Type Parameters

T
The type to convert the valid values to.

Return Value

An array of valid values.

Requirements

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

See Also