'Declaration
Public Overridable Property EmployerFee As Nullable(Of Decimal)
'Usage
Dim instance As Coverage Dim value As Nullable(Of Decimal) instance.EmployerFee = value value = instance.EmployerFee
public virtual Nullable<decimal> EmployerFee {get; set;}
public read-write property EmployerFee: Nullable; virtual;
public function get,set EmployerFee : Nullable
public: __property virtual Nullable<decimal> get_EmployerFee(); public: __property virtual void set_EmployerFee( Nullable<decimal> value );
public: virtual property Nullable<decimal> EmployerFee { Nullable<decimal> get(); void set ( Nullable<decimal> value); }