FailoverGroup.Databases Property

Definition

Gets or sets list of databases in the failover group.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")]
public System.Collections.Generic.IList<string> Databases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databases")>]
member this.Databases : System.Collections.Generic.IList<string> with get, set
Public Property Databases As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to