共用方式為


SiteInner.ClientAffinityEnabled 屬性

定義

取得或設定 & lt;code & gt;true & lt;/code & gt; 以啟用用戶端親和性; <code & gt;false & lt;/code & gt; 停止傳送會話親和性 Cookie,以將相同會話中的用戶端要求路由傳送至相同的實例。 預設值為 & lt;code & gt;true & lt;/code & gt;。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於