PSConfiguration.Labels Property

Definition

Gets or sets labels for the configuration.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="labels")]
public System.Collections.Hashtable Labels { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="labels")>]
member this.Labels : System.Collections.Hashtable with get, set
Public Property Labels As Hashtable

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to