_TaskItem.MarkComplete Method
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.
Marks the task as completed.
public:
void MarkComplete();
public void MarkComplete ();
Public Sub MarkComplete ()
Remarks
Sets PercentComplete to "100%", Complete to True, and DateCompleted to the current date.