Contact.NameLast Property

Definition

Gets or sets last name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to