Returns the collection of translation projects. If the workspace doesn't have projects the collection will be empty.

Type Info:

TranslationProjects As TranslationProjects
Example:
Dim Workspace As Workspace
Dim Projs As TranslationProjects

Set Workspace = Application.Workspace
Set Projs = Workspace.TranslationProjects

Remarks: Read-only property.

See also:

Class Workspace

Last Updated: 04/21/04