'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As QuickBooksError
public QuickBooksError this[ int index ]; {get;}
Parameters
- index
- The zero-based index of the error to retrieve.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As QuickBooksError
public QuickBooksError this[ int index ]; {get;}