Version

TaskPropertyIds Enumeration

Identifiers for the properties of the Task object and related sub-objects.
Syntax
'Declaration
 
Public Enum TaskPropertyIds 
   Inherits System.Enum
public enum TaskPropertyIds : System.Enum 
Members
MemberDescription
BarAppearanceThe BarAppearance property.
BarHeightThe BarHeight property.
BarTextAppearanceThe BarTextAppearance property.
BarTextDateTimeFormatThe BarTextDateTimeFormat property.
BarTextInsideThe BarTextInside property.
BarTextLeftThe BarTextLeft property.
BarTextRightThe BarTextRight property.
BarVisibleThe BarVisible property.
ConstraintThe Constraint property.
ConstraintDateTimeThe ConstraintDateTime property.
CustomColumnA property of a custom column has changed.
CustomColumnValueThe value of a cell in a task's custom column has changed.
DeadlineThe Deadline property.
DeadlineIndicatorAppearanceThe DeadlineIndicatorAppearance property.
DeadlineIndicatorVisibleThe DeadlineIndicatorVisible property.
DependenciesThe Dependencies property.
DependencyTypeThe DependencyType property.
DurationThe Duration property.
EndDateTimeThe EndDateTime property.
EndIndicatorAppearanceThe EndIndicatorAppearance property.
EndIndicatorVisibleThe EndIndicatorVisible property.
ExpandedThe Expanded property.
GridSettingsThe GridSettings property.
IndicatorSizeThe IndicatorSize property.
LevelThe task's level has been changed by the Indent or Outdent method.
MilestoneThe Milestone property.
NameThe Name property.
NoneNo property
NotesThe Notes property.
PercentCompleteThe PercentComplete property.
PercentCompleteBarAlignmentThe PercentCompleteBarAlignment property.
PercentCompleteBarAppearanceThe PercentCompleteBarAppearance property.
PercentCompleteBarHeightThe PercentCompleteBarHeight property.
PercentCompleteBarVisibleThe PercentCompleteBarVisible property.
ProjectThe Project property.
ResourcesThe Resources property.
RowHeightThe RowHeight property.
RowNumberThe RowNumber property.
SortedFieldsThe contents of the SortedFields collection has changed.
StartDateTimeThe StartDateTime property.
StartIndicatorAppearanceThe StartIndicatorAppearance property.
StartIndicatorVisibleThe StartIndicatorVisible property.
SummaryDurationFormatThe unit of time measurement used to express the task's Duration when it is a summary has changed.
TaskA property of the Task object.
TasksThe Tasks property.
TaskSettingsThe TaskSettings property.
TimelineSettingsThe TimelineSettings property.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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