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