Contact.JobTitle Property

Definition

Gets or sets job title.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to