次の方法で共有


OperationResultContract.Started プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象