Selerix Developer Tools
Salary Property (Employment)






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

Property Value

The salary.
See Also

Reference

Employment Class
Employment Members