Twitterizer 2 Documentation
IsProtected Property
NamespacesTwitterizerTwitterUserIsProtected
Gets or sets a value indicating whether this user is protected.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "protected")]
[DataMemberAttribute]
public bool IsProtected { get; set; }
<JsonPropertyAttribute(PropertyName := "protected")> _
<DataMemberAttribute> _
Public Property IsProtected As Boolean
	Get
	Set
Value
true if this user is protected; otherwise, false.

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