Edit

Share via


GitCommitRef.Statuses Property

Definition

A list of status metadata from services and extensions that may associate additional information to the commit.

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

Property Value

Attributes

Applies to