Edit

Share via


GitCommitRef.Changes Property

Definition

An enumeration of the changes included with the commit.

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

Property Value

Attributes

Applies to