Selerix Developer Tools
Item(RateParamLimit) Property






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

Parameters

limit
See Also

Reference

RateCard Class
RateCard Members
Overload List