次の方法で共有


UserContract.RegistrationDate プロパティ

定義

ユーザー登録の日付を取得または設定します。 日付は、ISO 8601 標準で指定されている形式 yyyy-MM-ddTHH:mm:ssZ に準拠しています。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象