Share via


ContactDetails.Mobile Property

Definition

Gets or sets mobile number of the contact person.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to