Attributes.NotBefore プロパティ

定義

UTC の日付より前ではない値を取得または設定します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="nbf")]
public DateTime? NotBefore { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.UnixTimeJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="nbf")>]
member this.NotBefore : Nullable<DateTime> with get, set
Public Property NotBefore As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象