Selerix Developer Tools
FederalUnemploymentTax Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Employment Class : FederalUnemploymentTax Property
Gets or sets the federal unemployment tax.
Syntax
'Declaration
 
Public Overridable Property FederalUnemploymentTax As Nullable(Of Decimal)
'Usage
 
Dim instance As Employment
Dim value As Nullable(Of Decimal)
 
instance.FederalUnemploymentTax = value
 
value = instance.FederalUnemploymentTax
public virtual Nullable<decimal> FederalUnemploymentTax {get; set;}
public read-write property FederalUnemploymentTax: Nullable; virtual; 
public function get,set FederalUnemploymentTax : Nullable
public: __property virtual Nullable<decimal> get_FederalUnemploymentTax();
public: __property virtual void set_FederalUnemploymentTax( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> FederalUnemploymentTax {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The federal unemployment tax.
See Also

Reference

Employment Class
Employment Members