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