Selerix Developer Tools
RegularEarnings Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayHistoryEntry Class : RegularEarnings Property
Regular Earnings
Syntax
'Declaration
 
Public Property RegularEarnings As Nullable(Of Decimal)
'Usage
 
Dim instance As PayHistoryEntry
Dim value As Nullable(Of Decimal)
 
instance.RegularEarnings = value
 
value = instance.RegularEarnings
public Nullable<decimal> RegularEarnings {get; set;}
public read-write property RegularEarnings: Nullable; 
public function get,set RegularEarnings : Nullable
public: __property Nullable<decimal> get_RegularEarnings();
public: __property void set_RegularEarnings( 
   Nullable<decimal> value
);
public:
property Nullable<decimal> RegularEarnings {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}
See Also

Reference

PayHistoryEntry Class
PayHistoryEntry Members