Namespace.Schemas Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to