Selerix Developer Tools
RateCard Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCardFinder Class : RateCard Property
Gets or sets the rate card.
Syntax
'Declaration
 
Public Property RateCard As RateCard
'Usage
 
Dim instance As RateCardFinder
Dim value As RateCard
 
instance.RateCard = value
 
value = instance.RateCard
public RateCard RateCard {get; set;}
public read-write property RateCard: RateCard; 
public function get,set RateCard : RateCard
public: __property RateCard* get_RateCard();
public: __property void set_RateCard( 
   RateCard* value
);
public:
property RateCard^ RateCard {
   RateCard^ get();
   void set (    RateCard^ value);
}

Property Value

The rate card.
See Also

Reference

RateCardFinder Class
RateCardFinder Members