FileShare.LeaseDuration プロパティ

定義

取得は、共有がリースされている場合にのみ、共有のリースが無限または固定期間であるかどうかを指定します。 使用可能な値は次のとおりです: 'Infinite'、'Fixed'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseDuration")]
public string LeaseDuration { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseDuration")>]
member this.LeaseDuration : string
Public ReadOnly Property LeaseDuration As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象