Milestone.MilestoneCreatedAt 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 date and time when the milestone was created.
[System.Text.Json.Serialization.JsonPropertyName("created_at")]
public DateTime? MilestoneCreatedAt { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("created_at")>]
member this.MilestoneCreatedAt : Nullable<DateTime> with get, set
Public Property MilestoneCreatedAt As Nullable(Of DateTime)
Property Value
- Attributes