DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / DesignTimeVisible Property

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