MetricFilter.EndTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets specifies the end time of the time range to be queried. Only 'Less Than Or Equal To' operator is supported for this property.
[Newtonsoft.Json.JsonProperty(PropertyName="endTime")]
public DateTime? EndTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endTime")>]
member this.EndTime : Nullable<DateTime> with get, set
Public Property EndTime As Nullable(Of DateTime)
Property Value
- System.Nullable<System.DateTime>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute