Selerix Developer Tools
EmployerRateCardCost Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Rider Class : EmployerRateCardCost Property
Gets or sets the rate card cost.
Syntax
'Declaration
 
Public Overridable Property EmployerRateCardCost As Nullable(Of Decimal)
'Usage
 
Dim instance As Rider
Dim value As Nullable(Of Decimal)
 
instance.EmployerRateCardCost = value
 
value = instance.EmployerRateCardCost
public virtual Nullable<decimal> EmployerRateCardCost {get; set;}
public read-write property EmployerRateCardCost: Nullable; virtual; 
public function get,set EmployerRateCardCost : Nullable
public: __property virtual Nullable<decimal> get_EmployerRateCardCost();
public: __property virtual void set_EmployerRateCardCost( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> EmployerRateCardCost {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The rate card cost.
See Also

Reference

Rider Class
Rider Members