CmdletConfigurationEntry.HelpFileName 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.
Get name of the help file that include help information for the cmdlet
public:
property System::String ^ HelpFileName { System::String ^ get(); };
public:
property Platform::String ^ HelpFileName { Platform::String ^ get(); };
public string HelpFileName { get; }
member this.HelpFileName : string
Public ReadOnly Property HelpFileName As String