WorkItemBatchGetRequest.ErrorPolicy 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 flag to control error policy in a bulk get work items request. Possible options are {Fail, Omit}.
[System.Runtime.Serialization.DataMember]
public Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemErrorPolicy ErrorPolicy { get; set; }
member this.ErrorPolicy : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemErrorPolicy with get, set
Public Property ErrorPolicy As WorkItemErrorPolicy
Property Value
- Attributes