次の方法で共有


Certificate.ExpirationDate プロパティ

定義

証明書の有効期限を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.expirationDate")]
public DateTime? ExpirationDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.expirationDate")>]
member this.ExpirationDate : Nullable<DateTime>
Public ReadOnly Property ExpirationDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象