List of pumps to use as stages for the multi-pump stage. At this time, each stage should be declared as a "diameter_stage." No other functional stage type exists. Do not use the base classes, pump_stage or catalog_stage.

Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<pump_stage> stages
Visual Basic
Public stages As List(Of pump_stage)
Visual C++
public:
List<pump_stage^>^ stages

See Also