'Declaration
Public Overloads ReadOnly Property Item( _ ByVal isEmployerRateCard As Boolean _ ) As RateCardFinder
'Usage
Dim instance As Rates Dim isEmployerRateCard As Boolean Dim value As RateCardFinder value = instance.Item(isEmployerRateCard)
public RateCardFinder Item( bool isEmployerRateCard ) {get;}
public read-only property Item( isEmployerRateCard: Boolean ): RateCardFinder;
public function get Item( isEmployerRateCard : boolean ) : RateCardFinder
public: __property RateCardFinder* get_Item( bool isEmployerRateCard );
public: property RateCardFinder^ Item { RateCardFinder^ get(bool isEmployerRateCard); }
Parameters
- isEmployerRateCard