Bearbeiten

Freigeben über


ValidationItem.Value Property

Definition

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')

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

Property Value

Attributes

Applies to