Edit

Share via


GitPullRequestIteration.Id Property

Definition

ID of the pull request iteration. Iterations are created as a result of creating and pushing updates to a pull request.

[System.Runtime.Serialization.DataMember]
public Nullable<int> Id { get; set; }
member this.Id : Nullable<int> with get, set
Public Property Id As Nullable(Of Integer)

Property Value

Attributes

Applies to