次の方法で共有


SBSubscription.IsClientAffine プロパティ

定義

サブスクリプションがクライアント ID とアフィニティを持っているかどうかを示す値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象