'Declaration
Public Property OverTimeHours As Nullable(Of Decimal)
'Usage
Dim instance As PayHistoryEntry Dim value As Nullable(Of Decimal) instance.OverTimeHours = value value = instance.OverTimeHours
public Nullable<decimal> OverTimeHours {get; set;}
public read-write property OverTimeHours: Nullable;
public function get,set OverTimeHours : Nullable
public: __property Nullable<decimal> get_OverTimeHours(); public: __property void set_OverTimeHours( Nullable<decimal> value );
public: property Nullable<decimal> OverTimeHours { Nullable<decimal> get(); void set ( Nullable<decimal> value); }