Share via


SnapInHelpTopicAttribute.Topic Property

 

Gets the Help topic.

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

Syntax

public string Topic { get; }
public:
property String^ Topic {
    String^ get();
}
member Topic : string with get
Public ReadOnly Property Topic As String

Property Value

Type: System.String

The Help topic text

See Also

SnapInHelpTopicAttribute Class
Microsoft.ManagementConsole Namespace

Return to top