Selerix Developer Tools
SetBenefitAmountOnApplication Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : SetBenefitAmountOnApplication Property
Gets or sets the benefit amount on application.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property SetBenefitAmountOnApplication As Boolean
'Usage
 
Dim instance As Product
Dim value As Boolean
 
instance.SetBenefitAmountOnApplication = value
 
value = instance.SetBenefitAmountOnApplication
[DefaultValue()]
public virtual bool SetBenefitAmountOnApplication {get; set;}
public read-write property SetBenefitAmountOnApplication: Boolean; virtual; 
DefaultValueAttribute()
public function get,set SetBenefitAmountOnApplication : boolean
[DefaultValue()]
public: __property virtual bool get_SetBenefitAmountOnApplication();
public: __property virtual void set_SetBenefitAmountOnApplication( 
   bool value
);
[DefaultValue()]
public:
virtual property bool SetBenefitAmountOnApplication {
   bool get();
   void set (    bool value);
}

Property Value

The benefit amount on application.
See Also

Reference

Product Class
Product Members