ProjectSummaryTask class

inherits members from Task

Represents an entire project as a single task, with start and and finish dates, and calculated values for project details.

Syntax

CSOM

class ProjectSummaryTask 

JSOM

PS.ProjectSummaryTask

REST Interface

This resource supports the GET HTTP commands.

PS.ProjectSummaryTask

http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/Projects('projectid')/ProjectSummaryTask

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
[] ✓ʷ Dictionary<string, Object> Gets or sets an item in the project summary task.
ActualCost Double Gets costs incurred for work already performed on the project, together with any other recorded costs that are associated with the project.
ActualWork String Gets the amount of work that has already been performed on the project.
ActualWorkMilliseconds Integer Gets the time interval, expressed in milliseconds, for the amount of work that has already been performed on the project.
ActualWorkTimeSpan TimeSpan Gets the time interval for the amount of work that has already been performed on the project.
BudgetWork String Gets the amount of work that is estimated to be performed on the project.
BudgetWorkMilliseconds Integer Gets the time interval, expressed in milliseconds, for the amount of work that is estimated to be performed on the project.
BudgetWorkTimeSpan TimeSpan Gets the time interval for the amount of work that is estimated to be performed on the project.
Cost Double Gets the total scheduled or forecasted cost of the project, based on costs already incurred for work performed, in addition to the costs planned for the remaining work.
Duration String Gets the amount of time that it takes to complete the project.
DurationMilliseconds Integer Gets the time interval, expressed in milliseconds, for the amount of time that it takes to complete the project.
DurationTimeSpan TimeSpan Gets the time interval for the amount of time that it takes to complete the project.
FieldValues Dictionary<string, Object> Gets the collection of custom fields that have values set for the project summary task.
Finish DateTime Gets the project finish date.
FinishText String Gets the project finish date expressed as a string.
Item ✓ʷ Dictionary<string, Object> Gets the collection of task-related custom fields.
Name String Gets the name of the project summary task.
PercentComplete Integer Gets the percent of duration completed on the project.
Priority Integer Gets the project priority.
Start DateTime Gets the project start date.
StartText String Gets the project start date expressed as a string.
Work String Gets the total time scheduled for the project.
WorkMilliseconds Integer Gets the time interval, expressed in milliseconds, for the total time scheduled for the project.
WorkTimeSpan TimeSpan Gets the time interval for the total time scheduled for the project.

See Also

Project