ListSectionItemsResponse.SectionItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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