QueryBatchGetRequest.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 query batch request. Possible options are { Fail, Omit }.
[System.Runtime.Serialization.DataMember]
public Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryErrorPolicy ErrorPolicy { get; set; }
member this.ErrorPolicy : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.QueryErrorPolicy with get, set
Public Property ErrorPolicy As QueryErrorPolicy
Property Value
- Attributes