HelpKeyWordAttribute(String) Constructor

Definition

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

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

Parameters

helpKeyword
String

The Help keyword supplied by this attribute.

Applies to