Share

DesignProject.IncludedProject Property

Parent Object: DesignProject

Description

Read-write property that gets and sets the full file name of another project to include in this project. The search paths in the included file are included in the project. The project type of the included file overrides the setting in the project. The property can be set to a null string to indicate that there are no included projects.

Syntax

DesignProject.IncludedProject() As String

Property Value

This is a read/write property whose value is a String.

Version

Introduced in version 2011

Was this information helpful?