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