IQuoteAlternativeDiscountPercent Property |
DiscountPercent: Discount in %; either this or DiscountAmount is set, never both
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxdouble DiscountPercent { get; set; }
Property DiscountPercent As Double
Get
Set
Dim instance As IQuoteAlternative
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