Share via


SBClientAffineProperties.IsDurable Property

Definition

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

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to