Selerix Developer Tools
EmployeeAdministrativeFee Property






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

Property Value

The employee administrative fee.
See Also

Reference

Product Class
Product Members