HelpTopicInfo.HelpFilePath Property
Gets the path to the help file.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string HelpFilePath { get; }
public:
property String^ HelpFilePath {
String^ get();
}
Public ReadOnly Property HelpFilePath As String
Property Value
Type: System.String
An instance of String that contains the path to the help file.
See Also
HelpTopicInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top