Mimer SQL Data Provider
Item Property (MimerErrorCollection)




Mimer.Data.Client Namespace > MimerErrorCollection Class : Item Property
Gets the MimerError at the specified index.

In C#, this property is the indexer for the MimerErrorCollection class.

Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As MimerError
public MimerError this[ 
   int index
]; {get;}
public  this: : MimerError;[ 
    index: Integer
]; read-only
public  this[ 
   index : int
] get : MimerError
public: __property MimerError* get_Item   int index
;

Parameters

index

Property Value

A MimerError object from the specified index.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerErrorCollection Class
MimerErrorCollection Members