次の方法で共有


CommunicationDetails.CommunicationType プロパティ

定義

通信の種類を取得します。 使用可能な値は、'web'、'phone' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.communicationType")]
public string CommunicationType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.communicationType")>]
member this.CommunicationType : string
Public ReadOnly Property CommunicationType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象