IQuoteLineUnitCost Property |
UnitCost: Cost price as given by ERP Connector, OR overridden by user
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxdouble UnitCost { get; set; }
Property UnitCost As Double
Get
Set
Dim instance As IQuoteLine
Dim value As Double
value = instance.UnitCost
instance.UnitCost = value
property double UnitCost {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also