_SharingItem.ToDoTaskOrdinal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a DateTime value that represents the ordinal value of the task for the SharingItem. Read/write.
public:
property DateTime ToDoTaskOrdinal { DateTime get(); void set(DateTime value); };
public DateTime ToDoTaskOrdinal { get; set; }
Public Property ToDoTaskOrdinal As DateTime
Property Value
Remarks
This property returns Nothing (a null reference (Nothing in Visual Basic) in C#) if the IsMarkedAsTask property is set to False.
This property is used to indicate how the task should be ordered within the parent groups, such as the Today group or the Tomorrow group, of the To-Do Bar. The value used in this property does not have any relation to the values of the TaskStartDate, TaskDueDate, or TaskCompletedDate properties.