Milestone.MilestoneId Property

Definition

The Unique Identifier for the milestone.

[System.Text.Json.Serialization.JsonPropertyName("id")]
public int? MilestoneId { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.MilestoneId : Nullable<int> with get, set
Public Property MilestoneId As Nullable(Of Integer)

Property Value

Attributes

Applies to