IQuoteLineEarningAmount Property |
EarningAmount: Earning on this line, as an absolute amount
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxdouble EarningAmount { get; set; }
Property EarningAmount As Double
Get
Set
Dim instance As IQuoteLine
Dim value As Double
value = instance.EarningAmount
instance.EarningAmount = value
property double EarningAmount {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also