Name Property
Retrieves the frame name or application name of the object.
Syntax
[ sName = ] InternetExplorer.Name
Possible Values
sName String that receives the name of the frame that contains the WebBrowser Control, or an empty string if unnamed. The InternetExplorer automation object returns the application name. The property is read-only. The property has no default value.
Remarks
The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.
Applies To
InternetExplorer