CloseConfig.

SetDueDate Property

Summary

Gets or sets a value indicating whether the due date should be set when closing the milestone.

Syntax

[Description("Whether to set the due date when closing the milestone.")]
[YamlMember(Alias = "set-due-date")]
public bool SetDueDate { get; set; }

Attributes

Type Description
Description
YamlMember

Value

Type Description
bool
GitHub