Returns the restype of the translation unit.

Type Info:

Restype As String
Example:
Dim TU As TransUnit
Dim Restype As String

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

See also:

Class TransUnit

Last Updated: 03/11/04