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