Share via


Build.Labels Property

Definition

Gets or sets the collection of additional labels to be applied to the build. Labels are key-value pairs that provide metadata about the build.

[YamlDotNet.Serialization.YamlMember(Alias="labels", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,string> Labels { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="labels", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Labels : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Labels As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to