Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.22 KB

Project.Application.DefaultView.md

File metadata and controls

44 lines (33 loc) · 1.22 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DefaultView property (Project)
project-server
Project.Application.DefaultView
19f3cc23-6267-0b1f-7db5-7783d6936533
06/08/2017
medium

Application.DefaultView property (Project)

Gets or sets the name of the view that appears when you start Project. Read/write String.

Syntax

expression. DefaultView

expression A variable that represents an Application object.

Remarks

The DefaultView property can be the name of a custom view or one of the following built-in views:

View name View name
"Bar Rollup" "Resource Graph"
"Calendar" "Resource Name Form"
"Descriptive Network Diagram" "Resource Sheet"
"Detail Gantt" "Resource Usage"
"Gantt Chart" "Task Details Form"
"Leveling Gantt" "Task Entry"
"Milestone Date Rollup" "Task Form"
"Milestone Rollup" "Task Name Form"
"Multiple Baselines Gantt" "Task Sheet"
"Network Diagram" "Task Usage"
"Relationship Diagram" "Team Planner"
"Resource Allocation" "Timeline"
"Resource Form" "Tracking Gantt"

The default value is "Gantt with Timeline".

[!includeSupport and feedback]