Returns the "SubFileProperties" collection.

Type Info:

Parent As SubFileProperties
Example:
Dim SubFileProps As SubFileProperties
Dim SubFileProps2 As SubFileProperties
Dim SubFileProp As SubFileProperty

Set SubFileProps = Application.ActiveProjectFile.SubFiles(1).Properties
Set SubFileProp = SubFileProps.Item("file_datatype", "")

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

Class SubFileProperty

Last Updated: 04/27/05