次の方法で共有


ContactProfile.PreferredContactMethod プロパティ

定義

優先する接触方法を取得または設定します。 使用可能な値は次のとおりです: '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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象