Contact.NameFirst Property

Definition

Gets or sets first name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to