共用方式為


EnrollmentAccountContext.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

適用於