Send feedback on this topic.
Teradata.Client.Provider
DesignTimeVisible Property



Teradata.Client.Provider Namespace > TdCommand Class : DesignTimeVisible Property
Gets or sets a value indicating that the command object is visible in a customized Windows Forms Designer control.
Syntax
'Declaration
 
Public Overrides NotOverridable Property DesignTimeVisible As Boolean
'Usage
 
Dim instance As TdCommand
Dim value As Boolean
 
instance.DesignTimeVisible = value
 
value = instance.DesignTimeVisible
public override bool DesignTimeVisible {get; set;}
public:
property bool DesignTimeVisible {
   bool get() override;
   void set (    bool value) override;
}
Exceptions
ExceptionDescription
The TdCommand is closed / disposed.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdCommand Class
TdCommand Members