Returns the collection of corresponding properties.

Type Info:

Properties As SubFileProperties
Example:
Dim SubFile As SubFile
Dim SubFileProps As SubFileProperties

Set SubFile = Application.ActiveProjectFile.SubFiles(1)
Set SubFileProps = SubFile.Properties
Remarks: Read-only property.

See also:

Class SubFile

Last Updated: 03/10/04