Returns the name of the TRADOS translation memory.

Type Info:

Name As String
Example:
Dim TRADOSTM As TRADOSTranslationMemory

If (Application.TRADOSTranslationMemories.Count > 0) Then
	Set TRADOSTM = Application.TRADOSTranslationMemories.Item(1)
	MsgBox TRADOSTM.Name
End If
Remarks: Read-only property.
See also:

Class TRADOSTranslationMemory

Last Updated: 04/27/05