次の方法で共有


FileShare.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

適用対象