AccessPolicy.ExpiryTime プロパティ

定義

アクセス ポリシーの有効期限を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象