Version

TaskField Enumeration

Enum which identifies a field of a Task object for the purposes of setting field-specific settings.
Syntax
'Declaration
 
Public Enum TaskField 
   Inherits System.Enum
public enum TaskField : System.Enum 
Members
MemberDescription
ConstraintThe Constraint property.
ConstraintDateTimeThe ConstraintDateTime property.
CustomDefines a custom Taskfield
DeadlineThe Deadline property.
DependenciesThe Dependencies property.
DurationThe Duration property.
EndDateTimeThe EndDateTime property.
MilestoneThe Milestone property.
NameThe Name property.
NotesThe Notes property.
PercentCompleteThe PercentComplete property.
ResourcesThe Resources property.
RowNumberThe RowNumber property.
StartDateTimeThe StartDateTime 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