NewSectionResponse.Sections 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.
[System.Text.Json.Serialization.JsonPropertyName("value")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.Onenote.Models.SectionResponse> Sections { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("value")>]
member this.Sections : System.Collections.Generic.List<Azure.Connectors.Sdk.Onenote.Models.SectionResponse> with get, set
Public Property Sections As List(Of SectionResponse)
Property Value
- Attributes