SnapInLinkedHelpTopicAttribute Constructor (String)
Initializes a new instance of the SnapInLinkedHelpTopicAttribute class using the help topic as a parameter.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SnapInLinkedHelpTopicAttribute(
string topic
)
public:
SnapInLinkedHelpTopicAttribute(
String^ topic
)
new :
topic:string -> SnapInLinkedHelpTopicAttribute
Public Sub New (
topic As String
)
Parameters
topic
Type: System.StringThe Help topic.
See Also
SnapInLinkedHelpTopicAttribute Class
Microsoft.ManagementConsole Namespace
Return to top