Keysight 89600 VSA .NET API
MessagesSupported Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > Operation Class : MessagesSupported Property


Glossary Item Box

Gets a value indicating whether the operation reports progress messages.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property MessagesSupported As Boolean
C# 
public abstract bool MessagesSupported {get;}
C++/CLI 
public:
abstract property bool MessagesSupported {
   bool get();
}

Remarks

If the State = OperationState.Failed the Messages collection will contain the error, even if MessagesSupported = false.

Requirements

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

See Also