Selerix Developer Tools
Item(Double,String,Boolean) Property






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

Parameters

value
parameterName
findExactly
See Also

Reference

RateCard Class
RateCard Members
Overload List