TaskForm.HelpID Property

Gets or sets the text associated with the Help ID.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Property HelpID As String
    Get
    Set
'Usage
Dim instance As TaskForm
Dim value As String

value = instance.HelpID

instance.HelpID = value
public string HelpID { get; set; }
public:
virtual property String^ HelpID {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract HelpID : string with get, set
override HelpID : string with get, set
final function get HelpID () : String
final function set HelpID (value : String)

Property Value

Type: System.String
A string value that represents the Help ID.

Implements

ITaskFormInfo.HelpID