TemplateSpecVersionInfo.TimeModified Property

Definition

Gets the timestamp of when the version was last modified.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to