Gets the
RateCardFinder with the specified value.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Double, _
ByVal As String, _
ByVal As Boolean, _
ByVal As Boolean _
) As RateCardFinder
'Usage
Dim instance As Rates
Dim value As Double
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(
: Double;
: String;
: Boolean;
: Boolean
): RateCardFinder;
public function get Item(
: double,
: String,
: boolean,
: boolean
) : RateCardFinder
public: __property RateCardFinder* get_Item(
double ,
string* ,
bool ,
bool
);
Parameters
- value
- parameterName
- isEmployerRateCard
- findExactly
See Also