ScenarioTaskItem.Quantity Property

Gets the value of the WBS_Quantity field. See Remarks for some reserved values.
Public ReadOnly Property Quantity() As Double
This language is not supported or no code example is available.
public double Quantity {get;}
This language is not supported or no code example is available.

Property Value

double

The Quantity value (or some special value, see Remarks).

Remarks
 
When the quantity is error (because formulas are used), the property returns NaN. Use IsNaN to detect this situation. If the scenario doesn't contain the value for this task, the property returns NegativeInfinity. Use IsNegativeInfinity to detect this situation.
Version
 
Available since QDV 7.18.685.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition