Share via


Person.JobTitle Property

Definition

Gets the person's job title.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to