GitPullRequestIteration.Id 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.
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