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 _
) As RateCardFinder
'Usage
Dim instance As Rates
Dim value As String
Dim isValueList As Boolean
Dim parameterName As String
Dim isEmployerRateCard As Boolean
Dim value As RateCardFinder
value = instance.Item(value, isValueList, parameterName, isEmployerRateCard)
public read-only property Item(
: String;
: Boolean;
: String;
: Boolean
): RateCardFinder;
public function get Item(
: String,
: boolean,
: String,
: boolean
) : RateCardFinder
public: __property RateCardFinder* get_Item(
string* ,
bool ,
string* ,
bool
);
Parameters
- value
- isValueList
- parameterName
- isEmployerRateCard
See Also