Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.12 KB

Project.Application.SupportsMultipleDocuments.md

File metadata and controls

31 lines (20 loc) · 1.12 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.SupportsMultipleDocuments property (Project)
vbapj.chm132676
vbapj.chm132676
project-server
Project.Application.SupportsMultipleDocuments
d5f1daf1-21b0-3c6c-44b2-8e3f665c7055
06/08/2017
medium

Application.SupportsMultipleDocuments property (Project)

Always True for Project and any other application that supports multiple documents (projects). Read-only Boolean.

Syntax

expression. SupportsMultipleDocuments

expression A variable that represents an Application object.

Remarks

The SupportsMultipleDocuments property is useful with Automation. For example, suppose you want to open a second document in the application referred to by a variable. If the variable refers to one of several possible applications, you may want to use the SupportsMultipleDocuments property to confirm that the application currently referenced by the variable can have more than one document open at a time.

[!includeSupport and feedback]