_PostItem.TaskDueDate 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 due date of the task for this PostItem. Read/write.
public:
property DateTime TaskDueDate { DateTime get(); void set(DateTime value); };
public DateTime TaskDueDate { get; set; }
Public Property TaskDueDate 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.