Share via


Person.TwitterProfile Property

Definition

Gets the URL of the person's twitter profile.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to