共用方式為


UpdateSummary.LastSuccessfulScanJobTime Property

Definition

Gets or sets time when the last scan job is successfully completed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to