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