FileShare.SnapshotTime プロパティ

定義

expand param "snapshots" を使用してリスト共有の応答で返される共有スナップショットの作成時間を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象