Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 858 Bytes

Project.Task.BaselineDurationText.md

File metadata and controls

28 lines (17 loc) · 858 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Task.BaselineDurationText property (Project)
project-server
Project.Task.BaselineDurationText
87307d59-3307-1ee1-82f3-87840d1b4e7a
06/08/2017
medium

Task.BaselineDurationText property (Project)

Gets or sets a string representation of the baseline duration of a task. Read/write String.

Syntax

expression. BaselineDurationText

expression An expression that returns a Task object.

Remarks

The BaselineDurationText property is used for manually scheduled tasks. When you convert a manually scheduled task to an auto-scheduled task, if BaselineDurationText has any value, you should convert the value to a date for the BaselineDuration property.

[!includeSupport and feedback]