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