Gets the 
RateCardFinder with the specified value.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal  As String, _
   ByVal  As Boolean, _
   ByVal  As String, _
   ByVal  As Boolean, _
   ByVal  As Boolean _
) As RateCardFinder
             
        
            
            'Usage
 
Dim instance As Rates
Dim value As String
Dim isValueList As Boolean
Dim parameterName As String
Dim isEmployerRateCard As Boolean
Dim findExactly As Boolean
Dim value As RateCardFinder
 
value = instance.Item(value, isValueList, parameterName, isEmployerRateCard, findExactly)
             
        
            
        
            
            public read-only property Item( 
    : String;
    : Boolean;
    : String;
    : Boolean;
    : Boolean
): RateCardFinder; 
             
        
            
            public function get Item( 
    : String,
    : boolean,
    : String,
    : boolean,
    : boolean
) : RateCardFinder
             
        
            
            public: __property RateCardFinder* get_Item( 
   string* ,
   bool ,
   string* ,
   bool ,
   bool 
);
             
        
            
        
             
        
            Parameters
- value
 
- isValueList
 
- parameterName
 
- isEmployerRateCard
 
- findExactly
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also