Bagikan melalui


PolicyExemptionProperties.ExpiresOn Property

Definition

Gets or sets the policy exemption expiration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to