ListSectionItemsResponse.SectionItems Property

Definition

List of section items

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

Property Value

Attributes

Applies to