Identity.DisplayName

Identity.DisplayName property

The identity’s display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won’t show up as having changed when using delta.

public string DisplayName { get; set; }

See Also