Selerix Developer Tools
NetEarnings Property






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

Reference

PayHistoryEntry Class
PayHistoryEntry Members