GitPullRequest.ClosedDate 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 when the pull request was closed (completed, abandoned, or merged externally).
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="closedDate")]
public DateTime ClosedDate { get; set; }
member this.ClosedDate : DateTime with get, set
Public Property ClosedDate As DateTime
Property Value
- Attributes