Share via


ContactDetails.ContactName Property

Definition

Gets or sets contact name of the person.

[Newtonsoft.Json.JsonProperty(PropertyName="contactName")]
public string ContactName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contactName")>]
member this.ContactName : string with get, set
Public Property ContactName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to