次の方法で共有


LibraryResource.UploadedTimestamp プロパティ

定義

ライブラリの最後の更新時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象