Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the help topic for the node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string HelpTopic { get; set; }
public:
property String^ HelpTopic {
String^ get();
void set(String^ value);
}
member HelpTopic : string with get, set
Public Property HelpTopic As String
Property Value
Type: System.String
The name of the help topic for the node.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top