Keysight Pathwave 89600 VSA .NET API
IPropertyInfo2 Interface
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : IPropertyInfo2 Interface


Glossary Item Box

The IPropertyInfo2 interface extends the IPropertyInfo interface to provide additional information about specific properties on an object.

Syntax

Visual Basic (Declaration) 
Public Interface IPropertyInfo2 
   Inherits IPropertyInfo 
C# 
public interface IPropertyInfo2 : IPropertyInfo  
C++/CLI 
public interface class IPropertyInfo2 : public IPropertyInfo  

Remarks

This interface can be useful in determining what the supported values are, whether the property is supported with the current hardware or license options, and display values for enum valued properties in addition to what the IPropertyInfo interface already provides.

Note: Not every property will have information about it.

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 23.20

See Also