次の方法で共有


OperationResultContract.Updated プロパティ

定義

非同期操作の最終更新時刻を取得または設定します。 日付は、ISO 8601 標準で指定されている形式 yyyy-MM-ddTHH:mm:ssZ に準拠しています。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.updated")]
public DateTime? Updated { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.updated")>]
member this.Updated : Nullable<DateTime> with get, set
Public Property Updated As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象