IoTSecurityAggregatedAlert.AggregatedDateUtc 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 date of detection.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="properties.aggregatedDateUtc")]
public DateTime? AggregatedDateUtc { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.aggregatedDateUtc")>]
member this.AggregatedDateUtc : Nullable<DateTime>
Public ReadOnly Property AggregatedDateUtc As Nullable(Of DateTime)
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute