Namespace.Enums Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to