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