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