Contact.Phone Property

Definition

Gets or sets phone number.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to