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

In This Topic
    DesignTimeVisible Property (C1QuickBooksOnlineCommand)
    In This Topic
    Gets or sets a value indicating whether the command object should be visible in a customized interface control.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property DesignTimeVisible As Boolean
    public override bool DesignTimeVisible {get; set;}
    See Also