Selerix Developer Tools
BaseRateCardCost Property






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

Property Value

The base rate card cost.
See Also

Reference

Rider Class
Rider Members