DateRange.FromProperty Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to