Share via


ContactDetails.ContactPerson Property

Definition

Gets or sets the contact person name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to