Edit

Share via


TwitterUser.DefaultProfile Property

Definition

Gets or sets a value indicating whether or not user is using the default profile theme and background.

[Newtonsoft.Json.JsonProperty("default_profile")]
public bool DefaultProfile { get; set; }
[<Newtonsoft.Json.JsonProperty("default_profile")>]
member this.DefaultProfile : bool with get, set
Public Property DefaultProfile As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to