Share via


QueryBody.Workspaces Property

Definition

Gets or sets a list of workspaces that are included in the query.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to