ReadWriteDatabase.IsFollowed Property

Definition

Gets indicates whether the database is followed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to