Selerix Developer Tools
Item(RateParamLimit,Boolean) Property






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

Parameters

limit
findExactly
See Also

Reference

RateCard Class
RateCard Members
Overload List