Partager via


RootNodeDescription.HelpTopic Property

Gets or sets the Help topic that is launched by the console when the user selects Help.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As RootNodeDescription
Dim value As String

value = instance.HelpTopic

instance.HelpTopic = value

Syntax

'Declaration
<XmlAttributeAttribute("HelpTopic")> _
Public Property HelpTopic As String
[XmlAttributeAttribute("HelpTopic")] 
public string HelpTopic { get; set; }
[XmlAttributeAttribute(L"HelpTopic")] 
public:
property String^ HelpTopic {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_HelpTopic ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_HelpTopic (String value)
DebuggerStepThroughAttribute 
public function get HelpTopic () : String

DebuggerStepThroughAttribute 
public function set HelpTopic (value : String)

Property Value

Help topic string.

Example

HelpTopic="9b0f8055-d8ef-4998-bb02-f2c0c01ddef6"

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

Change History

See Also

Reference

RootNodeDescription Class
RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace