Gets or sets a value indicating whether the user receives notifications.
| 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
true if the user receives notifications; otherwise, false.