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

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