Milestone.MilestoneState Property

Definition

The state of the milestone.

[System.Text.Json.Serialization.JsonPropertyName("state")]
public Azure.Connectors.Sdk.GitHub.Models.State? MilestoneState { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("state")>]
member this.MilestoneState : Nullable<Azure.Connectors.Sdk.GitHub.Models.State> with get, set
Public Property MilestoneState As Nullable(Of State)

Property Value

Attributes

Applies to