IQuoteLineUnitMinimumPrice Property |
UnitMinimumPrice: Minimum price to limit discounting, 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 UnitMinimumPrice { get; set; }
Property UnitMinimumPrice As Double
Get
Set
Dim instance As IQuoteLine
Dim value As Double
value = instance.UnitMinimumPrice
instance.UnitMinimumPrice = value
property double UnitMinimumPrice {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also