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