Share via


HelpTopicInfo.TopicId Property

 

Gets the topic ID within the help file.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

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

Property Value

Type: System.String

An instance of String that contains the topic ID of the page in the help file.

Remarks

To find the topic ID of the page in the help file, right-click in the page, and then click Properties. The topic ID will be included in the Address for the page.

See Also

HelpTopicInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top