'Declaration Public Enum ProjectTaskProperty Inherits System.Enum
public enum ProjectTaskProperty : System.Enum
Member | Description |
---|---|
ActualDuration | Identifies the property used to supply the value for the ProjectTask.ActualDuration property |
ActualFinish | Identifies the property used to supply the value for the ProjectTask.ActualFinish property |
ActualStart | Identifies the property used to supply the value for the ProjectTask.ActualStart property |
ConstraintDate | Identifies the property used to supply the value for the ProjectTask.ConstraintDate property |
ConstraintType | Identifies the property used to supply the value for the ProjectTask.ConstraintType property |
DataItemId | Identifies the property that provides a value that uniquely identifies the associated ProjectTask. |
Deadline | Identifies the property used to supply the value for the ProjectTask.Deadline property |
Duration | Identifies the property used to supply the value for the ProjectTask.ManualDuration property |
DurationFormat | Identifies the property used to supply the value for the ProjectTask.DurationFormat property |
DurationText | Identifies the property used to supply the value for the ProjectTask.DurationText property |
Finish | Identifies the property used to supply the value for the ProjectTask.ManualFinish property |
FinishText | Identifies the property used to supply the value for the ProjectTask.FinishText property |
IsActive | Identifies the property used to supply the value for the ProjectTask.IsActive property |
IsBarHidden | Identifies the property used to supply the value for the ProjectTask.IsBarHidden property |
IsEstimated | Identifies the property used to supply the value for the ProjectTask.IsEstimated property |
IsExpanded | Identifies the property used to supply the value for the ProjectTask.IsExpanded property |
IsManual | Identifies the property used to supply the value for the ProjectTask.IsManual property |
IsMarked | Identifies the property used to supply the value for the ProjectTask.IsMarked property |
IsMilestone | Identifies the property used to supply the value for the ProjectTask.IsMilestone property |
Notes | Identifies the property used to supply the value for the ProjectTask.Notes property |
PercentComplete | Identifies the property used to supply the value for the ProjectTask.PercentComplete property |
Predecessors | Identifies the property used to supply the value for the ProjectTask.Predecessors property. The underlying field in the data source contains a string that is comma separated id's of the tasks that are the predecessors. Each id can be optionally followed by link type and lag values in the format of ((FF|FS|SS|SF)((+|-)number(format)?)?)?, separated from the id by ':' character. Any special characters, like ',' or ':' are escaped using '\' character. |
Resources | Identifies the property used to supply the value for the ProjectTask.Resources property. The underlying field in the data source contains a string that is comma separated id's of resources. Each id can be optionally followed by a units value within '[]' representing the portion of the resource's time used for the task. Example: "ResourceA[40],ResourceB[10],ResourceC". Note: Any special characters, like ,[] are escaped using '\' character. |
Start | Identifies the property used to supply the value for the ProjectTask.ManualStart property |
StartText | Identifies the property used to supply the value for the ProjectTask.StartText property |
TaskName | Identifies the property used to supply the value for the ProjectTask.TaskName property |
Tasks | Identifies the property used to supply the value for the ProjectTask.Tasks property. The underlying field in the data source contains a string that is comma separated id's (data item id). |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2