SupportTicketDetails.ModifiedDate Property

Definition

Gets time in UTC (ISO 8601 format) when the support ticket was last modified.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to