PSIotHubJobResponse.EndTimeUtc Property

Definition

Represents the time the job stopped processing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to