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