QueryStatistic.DatabaseNames Property

Definition

Gets or sets the list of database names.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to