ISaleAmountAsFloat Property |
AmountAsFloat - same as Amount property but with decimals - changing this affects Earnings and/or Cost
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxdouble AmountAsFloat { get; set; }
Property AmountAsFloat As Double
Get
Set
Dim instance As ISale
Dim value As Double
value = instance.AmountAsFloat
instance.AmountAsFloat = value
property double AmountAsFloat {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also