Edit

Share via


WorkItemFieldUpdate Class

Definition

Describes an update to a work item field.

[System.Runtime.Serialization.DataContract]
public class WorkItemFieldUpdate : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type WorkItemFieldUpdate = class
    inherit BaseSecuredObject
Public Class WorkItemFieldUpdate
Inherits BaseSecuredObject
Inheritance
WorkItemFieldUpdate
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
WorkItemFieldUpdate
Attributes

Constructors

WorkItemFieldUpdate()
WorkItemFieldUpdate(ISecuredObject)

Properties

NewValue

The new value of the field.

OldValue

The old value of the field.

Applies to