Represents a component in Microsoft FrontPage.
FrontPage provides the ability to get, remove, and set bot attributes. The following statements illustrate accessing the following methods: getBotAttribute, removeBotAttribute, and setBotAttribute.
Call myMyFPBot.setBotAttribute("s-submit", "new item")
Debug.Print myMyFPBot.getBotAttribute("s-submit")
Call myFPBot.removeBotAttribute("s-submit")