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