IQuoteAlternativeEarningPercent Property |
EarningPercent: Earning on this alternative, in percent of total
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxdouble EarningPercent { get; set; }
Property EarningPercent As Double
Get
Set
Dim instance As IQuoteAlternative
Dim value As Double
value = instance.EarningPercent
instance.EarningPercent = value
property double EarningPercent {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also