ContactProfile.FirstName Property

Definition

Gets or sets first name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to