dotConnect for QuickBooks 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also