SecurityEventsFilterParameters.EventTime Property

Definition

Gets or sets filter on the event time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to