共用方式為


FileShare.Deleted Property

Definition

Gets indicates whether the share was deleted.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deleted")]
public bool? Deleted { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deleted")>]
member this.Deleted : Nullable<bool>
Public ReadOnly Property Deleted As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to