Share via


SBSubscription.IsClientAffine Property

Definition

Gets or sets value that indicates whether the subscription has an affinity to the client 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to