Edit

GitLastChangeTreeItems.Commits Property

Definition

The list of commits referenced by Items, if they were requested.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="commits")]
public System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef> Commits { get; set; }
member this.Commits : System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitCommitRef> with get, set
Public Property Commits As List(Of GitCommitRef)

Property Value

Attributes

Applies to