Selerix Developer Tools
EmployerMonthlyFee Property






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

Property Value

The employer monthly fee.
See Also

Reference

Product Class
Product Members