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