Returns the collection of properties of the translation unit.

Type Info:

Properties As TransUnitProperties
Example:
Dim TU As TransUnit
Dim Props As TransUnitProperties

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

See also:

Class TransUnit

Last Updated: 03/11/04