Share via


SearchResults.StartSearchTime Property

Definition

Gets or sets the timestamp to start the search from (UTC)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to