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