次の方法で共有


ResourceCertificateDetails.ValidFrom プロパティ

定義

証明書の有効期間の開始時刻を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象