'Declaration
Public Property RateCards As List(Of RateCard)
'Usage
Dim instance As RateCardFinder Dim value As List(Of RateCard) instance.RateCards = value value = instance.RateCards
public List<RateCard> RateCards {get; set;}
public read-write property RateCards: List;
public function get,set RateCards : List
public: __property List<RateCard*>* get_RateCards(); public: __property void set_RateCards( List<RateCard*>* value );
public: property List<RateCard^>^ RateCards { List<RateCard^>^ get(); void set ( List<RateCard^>^ value); }