次の方法で共有


Remediation.LastUpdatedOn プロパティ

定義

修復が最後に更新された時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象