dotConnect for QuickBooks Online Documentation
Devart.Data.QuickBooks Namespace / QuickBooksError Class / Field Property

In This Topic
    Field Property
    In This Topic
    Gets or sets the name of the field that caused the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Field As String
    public string Field {get;}

    Property Value

    The name of the field that caused the error or an empty string when the error is not related to a specific field.
    Remarks
    When you modify QuickBooks data, and values supplied for fields does not pass QuickBooks validation, QuickBooks returns errors with information about which field caused them.
    See Also