Partager via


UserContract.RegistrationDate Propriété

Définition

Obtient ou définit la date d’inscription de l’utilisateur. La date est conforme au format suivant : yyyy-MM-ddTHH:mm:ssZ tel que spécifié par la norme ISO 8601.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à