Selerix Developer Tools
MaximumBenefitAmount Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : MaximumBenefitAmount Property
Gets or sets the maximum benefit amount.
Syntax
'Declaration
 
Public Overridable Property MaximumBenefitAmount As Nullable(Of Decimal)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Decimal)
 
instance.MaximumBenefitAmount = value
 
value = instance.MaximumBenefitAmount
public virtual Nullable<decimal> MaximumBenefitAmount {get; set;}
public read-write property MaximumBenefitAmount: Nullable; virtual; 
public function get,set MaximumBenefitAmount : Nullable
public: __property virtual Nullable<decimal> get_MaximumBenefitAmount();
public: __property virtual void set_MaximumBenefitAmount( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> MaximumBenefitAmount {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The maximum benefit amount.
See Also

Reference

Product Class
Product Members