次の方法で共有


SingleQueryResult.Direction プロパティ

定義

方向署名が適用される方向を示す値を取得または設定します。0 - 受信、1 - 送信、2 - 双方向

[Newtonsoft.Json.JsonProperty(PropertyName="direction")]
public int? Direction { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="direction")>]
member this.Direction : Nullable<int> with get, set
Public Property Direction As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象