Dynamic template created from same template type use the same page component. So if we add page properties to page component it will be available for all templates created from this template type.
Assume we have two dynamic templates created from the same template type. Lets call the templates Landing Page and Content Page. Both are created from Base Page Template Type. Now if we need some page properties for both template we can define them in page component and it will be inherited to both templates.