IndexerExecutionResult.EndTime Property

Definition

Gets the end time of this indexer execution, if the execution has already completed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to