RC-WinTrans Object Model Help | 
  GroupProperty.Parent
 | 
Type Info:  | 
	 Parent As GroupProperties  | 
  
| Example: | Dim GroupProps As GroupProperties
Dim GroupProps2 As GroupProperties
Dim GroupProp As GroupProperty
Set GroupProps = Application.ActiveProjectFile.SubFiles(1).Groups(1).Properties
Set GroupProp = GroupProps.Item("group_restype", "")
If (Not(GroupProp Is Nothing)) Then
	Set GroupProps2 = GroupProp.Parent
End If
 | 
  
| Remarks: | Read-only property. |