次の方法で共有


SBClientAffineProperties.IsDurable プロパティ

定義

クライアントとアフィンのサブスクリプションの値を取得または設定します。この値は、サブスクリプションが永続的かどうかを示します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象