次の方法で共有


QueueInner.RequiresSession プロパティ

定義

キューがセッションの概念をサポートしているかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requiresSession")]
public bool? RequiresSession { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requiresSession")>]
member this.RequiresSession : Nullable<bool> with get, set
Public Property RequiresSession As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象