共用方式為


FileShare.LeaseState Property

Definition

Gets lease state of the share. Possible values include: 'Available', 'Leased', 'Expired', 'Breaking', 'Broken'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to