dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksErrorCollection Class / Item Property
The zero-based index of the error to retrieve.

In This Topic
Item Property (QuickBooksErrorCollection)
In This Topic
Gets the error at the specified index. In C#, this property is the indexer for the QuickBooksErrorCollection class.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As QuickBooksError
 

Parameters

index
The zero-based index of the error to retrieve.

Property Value

An QuickBooksError that contains the error at the specified index.
See Also