SnapInLinkedHelpTopicAttribute.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

See Also

SnapInLinkedHelpTopicAttribute Class
Microsoft.ManagementConsole Namespace

Return to top