次の方法で共有


FileShareItem.LeaseStatus プロパティ

定義

共有のリース状態を取得します。 使用可能な値は、'Locked'、'Unlocked' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象