SubscriptionInner.RequiresSession Property

Definition

Gets or sets value indicating if a subscription supports the concept of sessions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to