Share via


AdministratorDetails.LastName Property

Definition

Gets or sets last name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to