Gets or sets the parent rates.
Syntax
'Declaration
Public Property ParentRates As Rates
'Usage
Dim instance As RateCardFinder
Dim value As Rates
instance.ParentRates = value
value = instance.ParentRates
public Rates ParentRates {get; set;}
public read-write property ParentRates: Rates;
public function get,set ParentRates : Rates
public: __property Rates* get_ParentRates();
public: __property void set_ParentRates(
Rates* value
);
public:
property Rates^ ParentRates {
Rates^ get();
void set ( Rates^ value);
}
Property Value
The parent rates.
See Also