DeadlineDate¶
Gets or sets deadline date of a work item.
1 |
|
Remarks¶
If no deadline date set returns null.
If state is not in Waiting or Created, trying to set this property is prohibited, and an access denied error will be thrown.
New deadline date should be created using the DateTimeOffset.
Example¶
1 2 3 4 5 |
|