Selerix Developer Tools
BenefitAmountMode Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateRider Class : BenefitAmountMode Property
BenefitAmountMode object.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property BenefitAmountMode As RuleBenefitAmountMode
'Usage
 
Dim instance As RateRider
Dim value As RuleBenefitAmountMode
 
instance.BenefitAmountMode = value
 
value = instance.BenefitAmountMode
[XmlAttribute()]
[DefaultValue()]
public RuleBenefitAmountMode BenefitAmountMode {get; set;}
public read-write property BenefitAmountMode: RuleBenefitAmountMode; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set BenefitAmountMode : RuleBenefitAmountMode
[XmlAttribute()]
[DefaultValue()]
public: __property RuleBenefitAmountMode get_BenefitAmountMode();
public: __property void set_BenefitAmountMode( 
   RuleBenefitAmountMode value
);
[XmlAttribute()]
[DefaultValue()]
public:
property RuleBenefitAmountMode BenefitAmountMode {
   RuleBenefitAmountMode get();
   void set (    RuleBenefitAmountMode value);
}
See Also

Reference

RateRider Class
RateRider Members