Selerix Developer Tools
BenefitAmountMode Field (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : BenefitAmountMode Field
Sets BenefitAmountMode to unknown. Defines the form field that enables input of the dollar amount the beneficiary should receive.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public BenefitAmountMode As BenefitAmountMode
'Usage
 
Dim instance As Product
Dim value As BenefitAmountMode
 
value = instance.BenefitAmountMode
 
instance.BenefitAmountMode = value
[DefaultValue()]
public BenefitAmountMode BenefitAmountMode
public field BenefitAmountMode: BenefitAmountMode; 
DefaultValueAttribute()
public var BenefitAmountMode : BenefitAmountMode;
[DefaultValue()]
public: BenefitAmountMode BenefitAmountMode
[DefaultValue()]
public:
BenefitAmountMode BenefitAmountMode
See Also

Reference

Product Class
Product Members