Gets or sets the frame name attribute of the index.

[VBScript]
Public Property FrameName As String
[JScript]
public function get FrameName() : String;
public function set FrameName(String);

Property Value

A string representing the name attribute of the index. This attribute is used to display the topic page in the correct frame when embedded into a plain HTML help project.

See Also

Index Object | Index Members | HelpProducer Namespace