User.About Property

Definition

Custom text entered by the user to describe themselves in their 'About Me' section

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

Property Value

Attributes

Applies to