Keysight Pathwave 89600 VSA .NET API
Actions Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventRule Class : Actions Property


Glossary Item Box

Gets the list of EventActions associated with this EventRule.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property Actions As EventActionCollection
C# 
public abstract EventActionCollection Actions {get;}
C++/CLI 
public:
abstract property EventActionCollection^ Actions {
   EventActionCollection^ get();
}

Remarks

Requirements

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

See Also