Share via


SBClientAffineProperties.IsShared Property

Definition

Gets or sets for client-affine subscriptions, this value indicates whether the subscription is shared or not.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to