_DistListItem.TaskStartDate Property

Definition

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

Applies to