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