NewSectionGroupResponse.SectionGroups 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.
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