Selerix Developer Tools
Item(Boolean,Boolean) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Rates Class > Item Property : Item(Boolean,Boolean) Property
Gets the RateCardFinder with the specified is employer rate card.
Syntax
'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 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
);

Parameters

isEmployerRateCard
findExactly
See Also

Reference

Rates Class
Rates Members
Overload List