Selerix Developer Tools
HourlyWage Property (WorkHistoryEntry)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > WorkHistoryEntry Class : HourlyWage Property
Gets or sets the hourly wage.
Syntax
'Declaration
 
Public Property HourlyWage As Nullable(Of Decimal)
'Usage
 
Dim instance As WorkHistoryEntry
Dim value As Nullable(Of Decimal)
 
instance.HourlyWage = value
 
value = instance.HourlyWage
public Nullable<decimal> HourlyWage {get; set;}
public read-write property HourlyWage: Nullable; 
public function get,set HourlyWage : Nullable
public: __property Nullable<decimal> get_HourlyWage();
public: __property void set_HourlyWage( 
   Nullable<decimal> value
);
public:
property Nullable<decimal> HourlyWage {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The hourly wage.
See Also

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members