GitCommitRef.Changes 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 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