Selerix Developer Tools
EmployerMatchPercentageTier1 Property






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

Property Value

The employer match percentage tier 1.
See Also

Reference

Product Class
Product Members