IServerType2.SupportsCustomBrowseAction Property

Definition

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.

public:
 property bool SupportsCustomBrowseAction { bool get(); };
public bool SupportsCustomBrowseAction { get; }
member this.SupportsCustomBrowseAction : bool
Public ReadOnly Property SupportsCustomBrowseAction As Boolean

Property Value

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.

Applies to