FileShare.LeaseState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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