QtyReqd Property
- Last UpdatedNov 06, 2025
- 1 minute read
The QtyReqd property contains the quantity that is required to be produced before the job can be completed.
'Declaration
Public Property QtyReqd As Double
'Usage
Dim instance As JobFromStdOp
Dim value As Double
instance.QtyReqd = value
value = instance.QtyReqd
public double QtyReqd {get; set;}