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


propertyName
The property name.

Glossary Item Box

Gets a value that indicates whether the specified property is currently enabled (usable).

Syntax

Visual Basic (Declaration) 
Public Function IsEnabled( _
   ByVal propertyName As String _
) As Boolean
C# 
public bool IsEnabled( 
   string propertyName
)
C++/CLI 
public:
bool IsEnabled( 
   String^ propertyName
) 

Parameters

propertyName
The property name.

Return Value

true if enabled; otherwise false

Requirements

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

See Also