ModelResult.LastUpdatedDateTime Property

Definition

Gets or sets get or set the model last updated datetime.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to