ContactProfile.PhoneNumber Property

Definition

Gets or sets phone number. This is required if preferred contact method is phone.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to