Returns the "TranslationProjects" collection.

Type Info:

Parent As TranslationProjects
Example:
Dim Projs, Projs2 As TranslationProjects
Dim Proj As TranslationProject

Set Projs = Application.Workspace.TranslationProjects
Set Proj = Projs.Item(1)

Set Projs2 = Proj.Parent
Remarks: Read-only property.

See also:

Class TranslationProject

Last Updated: 04/27/05