FeedbackRecord.EnqueuedTimeUtc プロパティ

定義

メッセージの結果が UTC で発生した日時を示す日付と時刻 (たとえば、ハブがフィードバック メッセージを受信したか、元のメッセージの有効期限が切れています)。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="enqueuedTimeUtc")]
public DateTime EnqueuedTimeUtc { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="enqueuedTimeUtc")>]
member this.EnqueuedTimeUtc : DateTime with get, set
Public Property EnqueuedTimeUtc As DateTime

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象