IndexerExecutionResult.StartTime Property

Definition

Gets the start time of this indexer execution.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to