Share via


SearchResults.EndSearchTime Property

Definition

Gets or sets the timestamp to end the search by (UTC)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to