GitMergeParameters.Parents 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.
An enumeration of the parent commit IDs for the merge commit.
[System.Runtime.Serialization.DataMember(Name="parents")]
public System.Collections.Generic.List<string> Parents { get; set; }
member this.Parents : System.Collections.Generic.List<string> with get, set
Public Property Parents As List(Of String)
Property Value
- Attributes