User.DisplayName Property

Definition

The name displayed in the address book for the user. This is usually the combination of the user's first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates.

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

Property Value

Attributes

Applies to