次の方法で共有


KeyCredential.StartDate プロパティ

定義

開始日を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象