次の方法で共有


PasswordCredential.EndDate プロパティ

定義

終了日を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象