Milestone.MilestoneDueOn Property
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.
The due date of the milestone.
[System.Text.Json.Serialization.JsonPropertyName("due_on")]
public DateTime? MilestoneDueOn { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("due_on")>]
member this.MilestoneDueOn : Nullable<DateTime> with get, set
Public Property MilestoneDueOn As Nullable(Of DateTime)
Property Value
- Attributes