CreateToDo.Status 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.
Indicates state or progress of the to-do - not started, in progress, completed, waiting on others or deferred.
[System.Text.Json.Serialization.JsonPropertyName("status")]
public Azure.Connectors.Sdk.Todo.Models.Status? Status { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("status")>]
member this.Status : Nullable<Azure.Connectors.Sdk.Todo.Models.Status> with get, set
Public Property Status As Nullable(Of Status)
Property Value
- Attributes