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

Visual Basic
Dim instance As QueryDescription
Dim value As String

value = instance.HelpTopic

instance.HelpTopic = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set HelpTopic (value : String)

Property Value

Help topic string.

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

See Also