Share via


LeaseShareRequest.LeaseDuration Property

Definition

Gets or sets required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires.

[Newtonsoft.Json.JsonProperty(PropertyName="leaseDuration")]
public int? LeaseDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="leaseDuration")>]
member this.LeaseDuration : Nullable<int> with get, set
Public Property LeaseDuration As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to