Share via


NewsTopic.IsBreakingNews Property

Definition

Gets a Boolean value that indicates whether the topic is considered breaking news. If the topic is considered breaking news, the value is true.

[Newtonsoft.Json.JsonProperty(PropertyName="isBreakingNews")]
public bool? IsBreakingNews { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isBreakingNews")>]
member this.IsBreakingNews : Nullable<bool>
Public ReadOnly Property IsBreakingNews As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to