SnapInHelpTopicAttribute Constructor (String)

 

Initializes a new instance of the SnapInHelpTopicAttribute class using the name of the Help topic as a parameter.

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

Syntax

public SnapInHelpTopicAttribute(
    string topic
)
public:
SnapInHelpTopicAttribute(
    String^ topic
)
new : 
        topic:string -> SnapInHelpTopicAttribute
Public Sub New (
    topic As String
)

Parameters

See Also

SnapInHelpTopicAttribute Class
Microsoft.ManagementConsole Namespace

Return to top