SessionStateFunctionEntry.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.
The name of the help file associated with the function.
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