TfvcChangeset.WorkItems 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.
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