Selerix Developer Tools
Item Property (RiderCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RiderCollection Class : Item Property
The rider's code.
Returns rider by rider's code.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal code As String _
) As Rider
'Usage
 
Dim instance As RiderCollection
Dim code As String
Dim value As Rider
 
value = instance.Item(code)
public new Rider this[ 
   string code
]; {get;}
public  this: : Rider;[ 
    code: String
]; read-only
public hide  this[ 
   code : String
] get : Rider
public: __property new Rider* get_Item   string* code
;
public:
new property Rider^ default [String^] {
   Rider^ get(String^ code);
}

Parameters

code
The rider's code.
See Also

Reference

RiderCollection Class
RiderCollection Members