TodoItem.Title Property

Definition

Gets or sets the title of this todo item.

[System.Text.Json.Serialization.JsonPropertyName("title")]
public string Title { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("title")>]
member this.Title : string with get, set
Public Property Title As String

Property Value

Attributes

Applies to