WorkItemQueryClause 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.
Represents a clause in a work item query. This shows the structure of a work item query.
[System.Runtime.Serialization.DataContract]
public class WorkItemQueryClause
type WorkItemQueryClause = class
Public Class WorkItemQueryClause
- Inheritance
-
WorkItemQueryClause
- Attributes
Constructors
| WorkItemQueryClause() |
Properties
| Clauses |
Child clauses if the current clause is a logical operator |
| Field |
Field associated with condition |
| FieldValue |
Right side of the condition when a field to field comparison |
| IsFieldValue |
Determines if this is a field to field comparison |
| LogicalOperator |
Logical operator separating the condition clause |
| Operator |
The field operator |
| Value |
Right side of the condition when a field to value comparison |