Gets or sets a value indicating whether the user has enabled contributors access to his or her account.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "contributors_enabled")] [DataMemberAttribute] public bool IsContributorsEnabled { get; set; }
<JsonPropertyAttribute(PropertyName := "contributors_enabled")> _ <DataMemberAttribute> _ Public Property IsContributorsEnabled As Boolean Get Set
The is contributors enabled value.