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