IQuoteLineDiscountAmount Property |
DiscountAmount: Discount as absolute amount; either this or DiscountPercent is set, never both
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxdouble DiscountAmount { get; set; }
Property DiscountAmount As Double
Get
Set
Dim instance As IQuoteLine
Dim value As Double
value = instance.DiscountAmount
instance.DiscountAmount = value
property double DiscountAmount {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also