Firebird ADO.NET Provider SDK Documentation - v1.7

FbRemoteEvent.Item Property

Gets the event name at the specified index.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As String
[C#]
public string this[
   int index
] {get;}

See Also

FbRemoteEvent Class | FirebirdSql.Data.Firebird Namespace