Share via


DialogWasShownOnce Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Shared ReadOnly Property DialogWasShownOnce As Boolean
    Get
'Usage
Dim value As Boolean

value = ShellConnectionDialog.DialogWasShownOnce
public static bool DialogWasShownOnce { get; }
public:
static property bool DialogWasShownOnce {
    bool get ();
}
static member DialogWasShownOnce : bool
static function get DialogWasShownOnce () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

ShellConnectionDialog Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace