WorkItemFieldUpdate Class
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.
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.BaseSecuredObjectWorkItemFieldUpdate
- Attributes
Constructors
| WorkItemFieldUpdate() | |
| WorkItemFieldUpdate(ISecuredObject) |
Properties
| NewValue |
The new value of the field. |
| OldValue |
The old value of the field. |