NewSectionGroupResponse.SectionGroups Property

Definition

An array of objects, each representing a specific section group.

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

Property Value

Attributes

Applies to