次の方法で共有


BlobContainerInner.LastModifiedTime プロパティ

定義

コンテナーが最後に変更された日時を取得して返します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象