StreamingLocator.EndTime Property

Definition

Gets or sets the end time of the Streaming Locator.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to