Returns the "AltTranslationProperties" collection.

Type Info:

Parent As AltTranslationProperties
Example:
Dim AltTransProps As AltTranslationProperties
Dim AltTransProps2 As AltTranslationProperties
Dim AltTransProp As AltTranslationProperty

Set AltTransProps = Application.ActiveTransUnit.AltTranslations(1).Properties
Set AltTransProp = AltTransProps.Item("alttrans_restype", "")

If (Not(AltTransProp Is Nothing)) Then
	Set AltTransProps2 = AltTransProp.Parent
End If
Remarks: Read-only property.
See also:

Class AltTranslationProperty

Last Updated: 04/26/05