LeaseShareRequest.LeaseDuration プロパティ

定義

取得に必要な値を取得または設定します。 リース期間 (秒単位) を指定します。無期限のリースには -1 を指定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象