Share via


SBSubscription.LockDuration Property

Definition

Gets or sets ISO 8061 lock duration timespan for the subscription. The default value is 1 minute.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to