Gets and sets the help file assoicated with this class. | |
Syntax: | String =
object.HelpFile object.HelpFile = String |
Description: | The CimClassInstance.HelpFile is a string
containing which help file to use foro this class. Examples Dim class As CimClassInstance class.HelpFile = "c:\myproject\help.chm" |