PortalRevisionContract.UpdatedDateTime Property

Definition

Gets last updated date and time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to