_ContactItem.TaskCompletedDate Property

Definition

Returns or sets a DateTime value that represents the completion date of the task for this ContactItem. 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.

Applies to