Share via


IServerType2.SupportsCustomBrowseAction Property

Gets a value indicating whether the instance of this server type wants to specify custom action when the user selects browse action in the server combo.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
ReadOnly Property SupportsCustomBrowseAction As Boolean
    Get
'Usage
Dim instance As IServerType2
Dim value As Boolean

value = instance.SupportsCustomBrowseAction
bool SupportsCustomBrowseAction { get; }
property bool SupportsCustomBrowseAction {
    bool get ();
}
abstract SupportsCustomBrowseAction : bool
function get SupportsCustomBrowseAction () : boolean

Property Value

Type: System.Boolean
true if the instance of this server type wants to specify custom action when the user selects browse action in the server combo; otherwise, false.