Selerix Developer Tools
Item Property (RateRiderCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateRiderCollection Class : Item Property
Gets the RateRider with the specified code.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal code As String _
) As RateRider
'Usage
 
Dim instance As RateRiderCollection
Dim code As String
Dim value As RateRider
 
value = instance.Item(code)
public new RateRider this[ 
   string code
]; {get;}
public  this: : RateRider;[ 
    code: String
]; read-only
public hide  this[ 
   code : String
] get : RateRider
public: __property new RateRider* get_Item   string* code
;
public:
new property RateRider^ default [String^] {
   RateRider^ get(String^ code);
}

Parameters

code
See Also

Reference

RateRiderCollection Class
RateRiderCollection Members