CreateContactInput.FullNameOfContact 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 new full name of the contact. This is the default name displayed in the web app when viewing contacts.
[System.Text.Json.Serialization.JsonPropertyName("display_name")]
public string FullNameOfContact { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("display_name")>]
member this.FullNameOfContact : string with get, set
Public Property FullNameOfContact As String
Property Value
- Attributes