OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / InvoiceBase Class / TransferredToQuickBooksDesktop Property



In This Topic
    TransferredToQuickBooksDesktop Property (InvoiceBase)
    In This Topic
    Indicates if this Invoice has been exported to QuickBooks via OnTime Management Suite.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Transferred to QuickBooks Desktop")>
    Public Property TransferredToQuickBooksDesktop As Boolean
    'Usage
     
    
    Dim instance As InvoiceBase
    Dim value As Boolean
     
    instance.TransferredToQuickBooksDesktop = value
     
    value = instance.TransferredToQuickBooksDesktop
    [DataMember(false)]
    [DisplayName("Transferred to QuickBooks Desktop")]
    public bool TransferredToQuickBooksDesktop {get; set;}
    [DataMember(false)]
    [DisplayName("Transferred to QuickBooks Desktop")]
    public:
    property bool TransferredToQuickBooksDesktop {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also