次の方法で共有


PolicyExemption.ExpiresOn プロパティ

定義

ポリシー除外の有効期限の日付と時刻 (UTC ISO 8601 形式 yyyy-MM-ddTHH:mm:ssZ) を取得または設定します。

[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

適用対象