QueryOptions.To Property

Definition

[Newtonsoft.Json.JsonIgnore]
public DateTime? To { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.To : Nullable<DateTime> with get, set
Public Property To As Nullable(Of DateTime)

Property Value

Nullable<DateTime>
Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to