Version

ProjectTaskProperty Enumeration

Enumeration used to identify the ProjectTask properties that may be mapped to an underlying data source.
Syntax
'Declaration
 
Public Enum ProjectTaskProperty 
   Inherits System.Enum
public enum ProjectTaskProperty : System.Enum 
Members
MemberDescription
ActualDurationIdentifies the property used to supply the value for the ProjectTask.ActualDuration property
ActualFinishIdentifies the property used to supply the value for the ProjectTask.ActualFinish property
ActualStartIdentifies the property used to supply the value for the ProjectTask.ActualStart property
ConstraintDateIdentifies the property used to supply the value for the ProjectTask.ConstraintDate property
ConstraintTypeIdentifies the property used to supply the value for the ProjectTask.ConstraintType property
DataItemIdIdentifies the property that provides a value that uniquely identifies the associated ProjectTask.
DeadlineIdentifies the property used to supply the value for the ProjectTask.Deadline property
DurationIdentifies the property used to supply the value for the ProjectTask.ManualDuration property
DurationFormatIdentifies the property used to supply the value for the ProjectTask.DurationFormat property
DurationTextIdentifies the property used to supply the value for the ProjectTask.DurationText property
FinishIdentifies the property used to supply the value for the ProjectTask.ManualFinish property
FinishTextIdentifies the property used to supply the value for the ProjectTask.FinishText property
IsActiveIdentifies the property used to supply the value for the ProjectTask.IsActive property
IsBarHiddenIdentifies the property used to supply the value for the ProjectTask.IsBarHidden property
IsEstimatedIdentifies the property used to supply the value for the ProjectTask.IsEstimated property
IsExpandedIdentifies the property used to supply the value for the ProjectTask.IsExpanded property
IsManualIdentifies the property used to supply the value for the ProjectTask.IsManual property
IsMarkedIdentifies the property used to supply the value for the ProjectTask.IsMarked property
IsMilestoneIdentifies the property used to supply the value for the ProjectTask.IsMilestone property
NotesIdentifies the property used to supply the value for the ProjectTask.Notes property
PercentCompleteIdentifies the property used to supply the value for the ProjectTask.PercentComplete property
PredecessorsIdentifies 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.
ResourcesIdentifies 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.
StartIdentifies the property used to supply the value for the ProjectTask.ManualStart property
StartTextIdentifies the property used to supply the value for the ProjectTask.StartText property
TaskNameIdentifies the property used to supply the value for the ProjectTask.TaskName property
TasksIdentifies 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).
Requirements

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

See Also