次の方法で共有


CommunicationDetails.CommunicationDirection プロパティ

定義

通信の方向を取得します。 指定できる値は、'inbound'、'outbound' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象