Edit

Share via


Phase.Variables Property

Definition

The list of variables defined on the phase.

public System.Collections.Generic.IDictionary<string,Microsoft.TeamFoundation.Build.WebApi.BuildDefinitionVariable> Variables { get; set; }
member this.Variables : System.Collections.Generic.IDictionary<string, Microsoft.TeamFoundation.Build.WebApi.BuildDefinitionVariable> with get, set
Public Property Variables As IDictionary(Of String, BuildDefinitionVariable)

Property Value

Applies to