Returns the resname of the translation unit.

Type Info:

Resname As String
Example:
Dim TU As TransUnit
Dim Resname As String

Set TU = Application.ActiveTransUnit
Resname = TU.Resname
Remarks: Read-only property.

See also:

Class TransUnit

Last Updated: 03/11/04