ExpressionValidationItem 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.
[System.Runtime.Serialization.DataContract]
public class ExpressionValidationItem : Microsoft.TeamFoundation.DistributedTask.WebApi.ValidationItem
type ExpressionValidationItem = class
inherit ValidationItem
Public Class ExpressionValidationItem
Inherits ValidationItem
- Inheritance
- Attributes
Constructors
| ExpressionValidationItem() |
Properties
| IsValid |
Tells whether the current input is valid or not (Inherited from ValidationItem) |
| Reason |
Reason for input validation failure (Inherited from ValidationItem) |
| Type |
Type of validation item (Inherited from ValidationItem) |
| Value |
Value to validate. The conditional expression to validate for the input for "expression" type Eg:eq(variables['Build.SourceBranch'], 'refs/heads/master');eq(value, 'refs/heads/master') (Inherited from ValidationItem) |