Selerix Developer Tools
PremiumLimitsType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : PremiumLimitsType Property
Specifies where premium limit should apply. 'Base' - Base premium (not including any riders) 'BasePlusForcedRiders' - Base premium plus forced (included within predefined package) riders 'Total' - Total premium
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property PremiumLimitsType As PremiumLimitByType
'Usage
 
Dim instance As Product
Dim value As PremiumLimitByType
 
instance.PremiumLimitsType = value
 
value = instance.PremiumLimitsType
[DefaultValue()]
public PremiumLimitByType PremiumLimitsType {get; set;}
public read-write property PremiumLimitsType: PremiumLimitByType; 
DefaultValueAttribute()
public function get,set PremiumLimitsType : PremiumLimitByType
[DefaultValue()]
public: __property PremiumLimitByType get_PremiumLimitsType();
public: __property void set_PremiumLimitsType( 
   PremiumLimitByType value
);
[DefaultValue()]
public:
property PremiumLimitByType PremiumLimitsType {
   PremiumLimitByType get();
   void set (    PremiumLimitByType value);
}
See Also

Reference

Product Class
Product Members