Body.TextContent Property

Definition

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

Property Value

Attributes

Applies to