Skip to content

WorkItem.DeadlineDate

Overview

DateTimeOffset WorkItem.DeadlineDate { get; set; }
Gets or sets deadline date of work item.

Remarks

If no deadline date specified returns null.

If state is not in Waiting or Created trying to set this property prohibited and throws an access denied error.

Examples

See Also