WorkItemUpdate.Fields 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 updates to fields.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IDictionary<string,Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemFieldUpdate> Fields { get; set; }
member this.Fields : System.Collections.Generic.IDictionary<string, Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemFieldUpdate> with get, set
Public Property Fields As IDictionary(Of String, WorkItemFieldUpdate)
Property Value
- Attributes