BuildDefinition.Counters 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 list of counters used by this definition.
public System.Collections.Generic.IDictionary<string,Microsoft.TeamFoundation.Build.WebApi.BuildDefinitionCounter> Counters { get; set; }
member this.Counters : System.Collections.Generic.IDictionary<string, Microsoft.TeamFoundation.Build.WebApi.BuildDefinitionCounter> with get, set
Public Property Counters As IDictionary(Of String, BuildDefinitionCounter)