UpdateContactProfile.PreferredContactMethod Property

Definition

Gets or sets preferred contact method. Possible values include: 'email', 'phone'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to