Project.LastModified Property

Definition

Gets the date this project was last modifed.

[Newtonsoft.Json.JsonProperty(PropertyName="lastModified")]
public DateTime LastModified { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastModified")>]
member this.LastModified : DateTime
Public ReadOnly Property LastModified As DateTime

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to