VersionInfo.LastTrainedDateTime Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to