DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineCommand Class / CommandTimeout Property

In This Topic
    CommandTimeout Property (C1QuickBooksOnlineCommand)
    In This Topic
    Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property CommandTimeout As Integer
    public override int CommandTimeout {get; set;}
    See Also