ListSectionsResponse.Sections Property

Definition

List of sections

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

Property Value

Attributes

Applies to