Selerix Developer Tools
FixedBenefitAmount Property






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

Property Value

The fixed benefit amount.
See Also

Reference

Product Class
Product Members