Application Property

Microsoft FrontPage Visual Basic

Application Property

Returns an Application object that represents the Microsoft FrontPage application.

expression.Application

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

The application name can be directly accessed from the objects and collections in the FrontPage object model. This statement shows the FrontPage application accessed from the Files collection.

    Set currApp = ActiveWeb.RootFolder.Files.Application