Compartir a través de


UserBase.Surname Propiedad

Definición

Obtiene o establece el apellido del usuario (nombre de familia o apellido).

[Newtonsoft.Json.JsonProperty(PropertyName="surname")]
public string Surname { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="surname")>]
member this.Surname : string with get, set
Public Property Surname As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a