Selerix Developer Tools
EmployerFee Property






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

Property Value

The employer fee.
See Also

Reference

Coverage Class
Coverage Members