Language

PSLabelSelectorExpression.Values Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.List<string> Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.List<string> with get, set
Public Property Values As List(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to