Edit

Share via


TwitterUser.ContributorsEnabled Property

Definition

Gets or sets a value indicating whether contributor mode is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to