Essentials.LastModifiedDateTime Property

Definition

Gets last modification time(ISO-8601 format) of alert instance.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to