Share via


VersionInfo.LastModifiedDateTime Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to