Selerix Developer Tools
EmployerAdministrativeFee Property






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

Property Value

The employer administrative fee.
See Also

Reference

Product Class
Product Members