Version

TasksDataBindingPropertyIds Enumeration

Identifiers for the properties of the Task object which can be bound to a data source via the TasksDataBinding class.
Syntax
'Declaration
 
Public Enum TasksDataBindingPropertyIds 
   Inherits System.Enum
public enum TasksDataBindingPropertyIds : System.Enum 
Members
MemberDescription
AllPropertiesMemberThe field which contains the serialized object graph of the Task object.
ConstraintDateTimeMemberThe field which contains the value of the ConstraintDateTime property.
ConstraintMemberThe field which contains the value of the Constraint property.
DeadlineMemberThe field which contains the value of the Deadline property.
DurationMemberThe field which contains the value of the Duration property.
IdMemberThe field which contains the globally unique identifier of this Task.
MilestoneMemberThe field which contains the value of the Milestone property.
NameMemberThe field which contains the value of the Name property.
NoneNo property.
NotesMemberThe field which contains the value of the Notes property.
ParentTaskIdMemberThe field which contains the globally unique identifier of the Task whose Tasks collection contains this task.
PercentCompleteMemberThe field which contains the value of the PercentComplete property.
ProjectKeyMemberThe field which contains the key of the Project with which this Task. is associated.
StartDateTimeMemberThe field which contains the value of the 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