SqlCeCommand.DesignTimeVisible Property

Get always returns false; set always throws a NotSupportedException.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides Property DesignTimeVisible As Boolean
    Get
    Set
'Usage
Dim instance As SqlCeCommand
Dim value As Boolean

value = instance.DesignTimeVisible

instance.DesignTimeVisible = value
public override bool DesignTimeVisible { get; set; }
public:
virtual property bool DesignTimeVisible {
    bool get () override;
    void set (bool value) override;
}
abstract DesignTimeVisible : bool with get, set
override DesignTimeVisible : bool with get, set
override function get DesignTimeVisible () : boolean
override function set DesignTimeVisible (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

SqlCeCommand Class

System.Data.SqlServerCe Namespace