Share via


EditorTabTextSettingsOption.HelpID Property

Help identifier for the options page.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property HelpID As String
    Get
'Usage
Dim value As String

value = Me.HelpID
protected override string HelpID { get; }
protected:
virtual property String^ HelpID {
    String^ get () override;
}
abstract HelpID : string
override HelpID : string
override function get HelpID () : String

Property Value

Type: System.String
A string value that contains the help identifier.