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


Glossary Item Box

Gets or sets a value indicating the success result of the step.

Syntax

Visual Basic (Declaration) 
Public Property StatusCode As CustomStepStatusCode
C# 
public CustomStepStatusCode StatusCode {get; set;}
C++/CLI 
public:
property CustomStepStatusCode StatusCode {
   CustomStepStatusCode get();
   void set (    CustomStepStatusCode value);
}

Requirements

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

See Also