ObjectPropertyType.Properties Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to