Returns the file name of the translation project or sets it.
Type Info:
Filename As String
Example:
Dim Projs As TranslationProjects
Dim Proj As TranslationProject
Set Projs = Application.Workspace.TranslationProjects
Set Proj = Projs.Item(1)
MsgBox Proj.FileName