'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); }