User.About 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.
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