HelpTopicInfo Constructor (Uri)
Initializes a new instance of the HelpTopicInfo class with Url of the help topic.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public HelpTopicInfo(
Uri helpFileUrl
)
public:
HelpTopicInfo(
Uri^ helpFileUrl
)
Public Sub New (
helpFileUrl As Uri
)
Parameters
helpFileUrl
Type: System.UriThe Url for the help topic.
See Also
HelpTopicInfo Overload
HelpTopicInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top