TaskList.Items 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.
The tasks in the list.
[System.Text.Json.Serialization.JsonPropertyName("items")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.GoogleTasks.Models.TaskObject> Items { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("items")>]
member this.Items : System.Collections.Generic.List<Azure.Connectors.Sdk.GoogleTasks.Models.TaskObject> with get, set
Public Property Items As List(Of TaskObject)
Property Value
- Attributes