PSClassInfo.HelpFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the help file path for the cmdlet.
public:
property System::String ^ HelpFile { System::String ^ get(); };
public:
property Platform::String ^ HelpFile { Platform::String ^ get(); };
public string HelpFile { get; }
member this.HelpFile : string
Public ReadOnly Property HelpFile As String