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