Selerix Developer Tools
Item(RateParamLimit,Boolean) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Rates Class > Item Property : Item(RateParamLimit,Boolean) Property
Gets the RateCardFinder with the specified limit.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal limit As RateParamLimit, _
   ByVal isEmployerRateCard As Boolean _
) As RateCardFinder
'Usage
 
Dim instance As Rates
Dim limit As RateParamLimit
Dim isEmployerRateCard As Boolean
Dim value As RateCardFinder
 
value = instance.Item(limit, isEmployerRateCard)
public read-only property Item( 
    limit: RateParamLimit;
    isEmployerRateCard: Boolean
): RateCardFinder; 
public function get Item( 
   limit : RateParamLimit,
   isEmployerRateCard : boolean
) : RateCardFinder
public: __property RateCardFinder* get_Item( 
   RateParamLimit* limit,
   bool isEmployerRateCard
);

Parameters

limit
isEmployerRateCard
See Also

Reference

Rates Class
Rates Members
Overload List