GitQueryCommitsCriteria.Ids 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.
If provided, specifies the exact commit ids of the commits to fetch. May not be combined with other parameters.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="ids")]
public System.Collections.Generic.List<string> Ids { get; set; }
member this.Ids : System.Collections.Generic.List<string> with get, set
Public Property Ids As List(Of String)
Property Value
- Attributes