Returns the Application object.
expression.Application
expression Required. An expression that returns one of the objects in the Applies To list.
Used without a qualifier, this property provides direct access to the Microsoft FrontPage Application object. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object—you can use this property with an Automation object to return that object's application.
The application name can be directly accessed from the objects and collections in the FrontPage object model. This statement shows the application accessed from the Files collection.
Set currApp = ActiveWeb.RootFolder.Files.Application