BaseQty Property
A numeric value quantifying a single instance of the Component. For Components with discreet quantities, “1” should always be used. For measured quantities, a positive decimal value can be used. For example, a rod cut to 3.5 feet would have a BaseUOM of “foot” and a BaseQty of “3.5”.
Syntax
public System.double BaseQty {get; set;}Public Property BaseQty As System.Double