Twitterizer 2 Documentation
IsContributorsEnabled Property
NamespacesTwitterizerTwitterUserIsContributorsEnabled
Gets or sets a value indicating whether the user has enabled contributors access to his or her account.
Declaration Syntax
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
Value
The is contributors enabled value.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)