Share via


UserInner.Surname Property

Definition

Gets or sets the user's surname (family name or last name).

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to