共用方式為


FileShare.DeletedTime Property

Definition

Gets the deleted time if the share was deleted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to