Share via


TuplePropertyType.Items Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to