次の方法で共有


Attestation.ExpiresOn プロパティ

定義

コンプライアンス状態の有効期限を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象