Selerix Developer Tools
EmployerMatchMaxSalaryPercentageTier1 Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : EmployerMatchMaxSalaryPercentageTier1 Property
Gets or sets the employer match max salary percentage tier 1. Replaced with 'RuleProductRequired.EmployerContributionMaximumPercentage'.
Syntax
'Declaration
 
Public Overridable Property EmployerMatchMaxSalaryPercentageTier1 As Nullable(Of Decimal)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Decimal)
 
instance.EmployerMatchMaxSalaryPercentageTier1 = value
 
value = instance.EmployerMatchMaxSalaryPercentageTier1
public virtual Nullable<decimal> EmployerMatchMaxSalaryPercentageTier1 {get; set;}
public read-write property EmployerMatchMaxSalaryPercentageTier1: Nullable; virtual; 
public function get,set EmployerMatchMaxSalaryPercentageTier1 : Nullable
public: __property virtual Nullable<decimal> get_EmployerMatchMaxSalaryPercentageTier1();
public: __property virtual void set_EmployerMatchMaxSalaryPercentageTier1( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> EmployerMatchMaxSalaryPercentageTier1 {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The employer match max salary percentage tier 1.
See Also

Reference

Product Class
Product Members