RegisterServerHelpKeyWordAttribute(String) Constructor

Definition

Initializes a new instance of the RegisterServerHelpKeyWordAttribute class with the specified Help keyword.

public:
 RegisterServerHelpKeyWordAttribute(System::String ^ helpKeyword);
public RegisterServerHelpKeyWordAttribute (string helpKeyword);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWordAttribute : string -> Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWordAttribute
Public Sub New (helpKeyword As String)

Parameters

helpKeyword
String

A String that represents the Help keyword.

Applies to