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






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

Parameters

value
isValueList
parameterName
findExactly
See Also

Reference

RateCard Class
RateCard Members
Overload List