Selerix Developer Tools
GuaranteedPremium Property






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

Property Value

The guaranteed premium.
See Also

Reference

Product Class
Product Members