Selerix Developer Tools
StateUnemploymentTax Property






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

Property Value

The state unemployment tax.
See Also

Reference

Employment Class
Employment Members