GetItemsResponse.Value Property

Definition

List of Columns

[System.Text.Json.Serialization.JsonPropertyName("value")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.SqlItem> Value { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("value")>]
member this.Value : System.Collections.Generic.List<Azure.Connectors.Sdk.Sql.Models.SqlItem> with get, set
Public Property Value As List(Of SqlItem)

Property Value

Attributes

Applies to