Share via


ContactDetails.PhoneExtension Property

Definition

Gets or sets phone extension number of the contact person.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to