public RateFinder Item( double value, string parameterName, bool findExactly ) {get;}
public read-only property Item( value: Double; parameterName: String; findExactly: Boolean ): RateFinder;
public function get Item( value : double, parameterName : String, findExactly : boolean ) : RateFinder
public: __property RateFinder* get_Item( double value, string* parameterName, bool findExactly );
public: property RateFinder^ Item { RateFinder^ get(double value, String^ parameterName, bool findExactly); }
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal value As Double, _ ByVal parameterName As String, _ ByVal findExactly 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)
Parameters
- value
- parameterName
- findExactly