Selerix Developer Tools
GuaranteedBenefitAmount Property






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

Property Value

The guaranteed benefit amount.
See Also

Reference

Product Class
Product Members