ContactProfile.LastName Property

Definition

Gets or sets last name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to