FileBuildID Method

Returns the file build ID of the specified project. The build ID consists of the version and build of the project file.

Syntax

expression**.FileBuildID(Name, UserID, DatabasePassWord)**

*expression   *     Optional. An expression that returns an Application object.

Name    Required String. The name of a project file, source file, or data source.

UserID    Optional String. A user ID to use when accessing a database. If Name isn't a database, UserID is ignored.

DatabasePassWord    Optional String. A password to use when accessing a database. If Name isn't a database, DatabasePassWord is ignored.

Remarks

The FileBuildID method can return the file build ID of a project file without actually opening it.

Applies to | Application Object

See Also