Share via


Application.LinksBetweenProjects Method

Project Developer Reference

Specifies whether the Links between Projects dialog box appears when opening a project containing cross-project links.

Syntax

expression.LinksBetweenProjects(AcceptAll)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
AcceptAll Optional Boolean True if all changes to external predecessors and successors are accepted. False if the Links between Projects dialog box appears. The default value is False.

Return Value
Boolean

See Also