Selerix Developer Tools
RateCardCost Property






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

Property Value

The rate card cost.
See Also

Reference

Rider Class
Rider Members