User.DisplayName Property

Definition

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

Property Value

Attributes

Applies to