ISaleEarningPercent Property |
EarningPercent - changing this affects Cost and Earning
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint EarningPercent { get; set; }
Property EarningPercent As Integer
Get
Set
Dim instance As ISale
Dim value As Integer
value = instance.EarningPercent
instance.EarningPercent = value
property int EarningPercent {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also