Selerix Developer Tools
Item(Double,String,Boolean) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Rates Class > Item Property : Item(Double,String,Boolean) Property
Gets the RateCardFinder with the specified value.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal value As Double, _
   ByVal parameterName As String, _
   ByVal isEmployerRateCard As Boolean _
) As RateCardFinder
'Usage
 
Dim instance As Rates
Dim value As Double
Dim parameterName As String
Dim isEmployerRateCard As Boolean
Dim value As RateCardFinder
 
value = instance.Item(value, parameterName, isEmployerRateCard)
public read-only property Item( 
    value: Double;
    parameterName: String;
    isEmployerRateCard: Boolean
): RateCardFinder; 
public function get Item( 
   value : double,
   parameterName : String,
   isEmployerRateCard : boolean
) : RateCardFinder

Parameters

value
parameterName
isEmployerRateCard
See Also

Reference

Rates Class
Rates Members
Overload List