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