Edit

Share via


GitCommitRef.WorkItems Property

Definition

A list of workitems associated with this commit.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="workItems")]
public System.Collections.Generic.IList<Microsoft.VisualStudio.Services.WebApi.ResourceRef> WorkItems { get; set; }
member this.WorkItems : System.Collections.Generic.IList<Microsoft.VisualStudio.Services.WebApi.ResourceRef> with get, set
Public Property WorkItems As IList(Of ResourceRef)

Property Value

IList<Microsoft.VisualStudio.Services.WebApi.ResourceRef>
Attributes

Applies to