EnumSchema.Values Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.List<Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.EnumValue> Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.List<Microsoft.Azure.Cosmos.Serialization.HybridRow.Schemas.EnumValue> with get, set
Public Property Values As List(Of EnumValue)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to