Share via


InformationPanel.StopVisible Property

Gets or sets the value that indicates whether the property is visible.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Property StopVisible As Boolean
    Get
    Set
'Usage
Dim instance As InformationPanel
Dim value As Boolean

value = instance.StopVisible

instance.StopVisible = value
public bool StopVisible { get; set; }
public:
property bool StopVisible {
    bool get ();
    void set (bool value);
}
member StopVisible : bool with get, set
function get StopVisible () : boolean
function set StopVisible (value : boolean)

Property Value

Type: System.Boolean
true if the property is visible; otherwise, false.