WorkItemFieldUpdate.NewValue 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.
The new value of the field.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.WorkItemTracking.WebApi.WorkItemFieldValueConverter))]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public object NewValue { get; set; }
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.TeamFoundation.Core.WebApi.IdentityRefOrJValueConverter))]
public object NewValue { get; set; }
member this.NewValue : obj with get, set
Public Property NewValue As Object
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute DataMemberAttribute