Namespace: pumpflo_services.OperatingPoints
Assembly: pumpflo_services (in pumpflo_services.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DT_FLOW_UNITS FlowRateUnit { get; set; }
Visual Basic
Public Property FlowRateUnit As DT_FLOW_UNITS
	Get
	Set
Visual C++
public:
property DT_FLOW_UNITS FlowRateUnit {
	DT_FLOW_UNITS get ();
	void set (DT_FLOW_UNITS value);
}

See Also