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






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateFinder Class > Item Property : Item(String,Boolean,String) 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 _
) As RateFinder
'Usage
 
Dim instance As RateFinder
Dim value As String
Dim isValueList As Boolean
Dim parameterName As String
Dim value As RateFinder
 
value = instance.Item(value, isValueList, parameterName)
public read-only property Item( 
    value: String;
    isValueList: Boolean;
    parameterName: String
): RateFinder; 
public function get Item( 
   value : String,
   isValueList : boolean,
   parameterName : String
) : RateFinder
public: __property RateFinder* get_Item( 
   string* value,
   bool isValueList,
   string* parameterName
);

Parameters

value
isValueList
parameterName
See Also

Reference

RateFinder Class
RateFinder Members
Overload List