MessageBoxParameters.HelpTopicId Property

 

Gets or sets the numeric ID of the help topic to display when the user clicks the Help button.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public object HelpTopicId { get; set; }
public:
property Object^ HelpTopicId {
    Object^ get();
    void set(Object^ value);
}
member HelpTopicId : Object with get, set
Public Property HelpTopicId As Object

Property Value

Type: System.Object

The ID of the help topic

See Also

MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top