Selerix Developer Tools
MaximumEmployerContribution Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : MaximumEmployerContribution Property
Gets or sets the maximum employer contribution. Replaced with 'RuleProductRequired.EmployerContributionMaximumAmount'.
Syntax
'Declaration
 
Public Overridable Property MaximumEmployerContribution As Nullable(Of Decimal)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Decimal)
 
instance.MaximumEmployerContribution = value
 
value = instance.MaximumEmployerContribution
public virtual Nullable<decimal> MaximumEmployerContribution {get; set;}
public read-write property MaximumEmployerContribution: Nullable; virtual; 
public function get,set MaximumEmployerContribution : Nullable
public: __property virtual Nullable<decimal> get_MaximumEmployerContribution();
public: __property virtual void set_MaximumEmployerContribution( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> MaximumEmployerContribution {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The maximum employer contribution.
See Also

Reference

Product Class
Product Members