Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 907 Bytes

Project.Application.Visible.md

File metadata and controls

28 lines (17 loc) · 907 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.Visible property (Project)
project-server
Project.Application.Visible
43bf25de-4908-1fad-e5d5-9fba21e8b03c
06/08/2017
medium

Application.Visible property (Project)

True if the application is visible. Read/write Boolean.

Syntax

expression.Visible

expression A variable that represents an Application object.

Remarks

The Visible property can only be set to False if the Application. UserControl property is False and there are no visible projects. If the UserControl property is True, the Project application is under user control rather than programmatic control, and the Visible property is also True.

[!includeSupport and feedback]