Edit

Share via


TfvcChangeset.WorkItems Property

Definition

List of work items associated with the changeset.

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

Property Value

Attributes

Applies to