Share via


WorkspaceInfoResponse.Workspaces Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to