LeaseContainerRequest.LeaseId Property

Definition

Gets or sets identifies the lease. Can be specified in any valid GUID string format.

[Newtonsoft.Json.JsonProperty(PropertyName="leaseId")]
public string LeaseId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="leaseId")>]
member this.LeaseId : string with get, set
Public Property LeaseId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to