Selerix Developer Tools
Salary Property (WorkHistoryEntry)






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

Property Value

The salary.
See Also

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members