Selerix Developer Tools
ParentRateCard Property






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

Property Value

The parent rate card.
See Also

Reference

RateFinder Class
RateFinder Members