次の方法で共有


CertificatePatchResource.IssueDate プロパティ

定義

証明書の発行日を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象